]> git.ipfire.org Git - thirdparty/snapper.git/commit
Type=oneshot is better than Type=simple 275/head
authorHideki Yamane <henrich@debian.org>
Thu, 6 Oct 2016 11:36:35 +0000 (20:36 +0900)
committerHideki Yamane <henrich@debian.org>
Thu, 6 Oct 2016 11:36:35 +0000 (20:36 +0900)
commit407f1a5d79dbeff1e124a326b26873583e0593c4
treed88ee05b729021b83dc0831befcd0b88ed430cd1
parent6039a95c91b6895f835ec54f26f10f123bd64eb6
Type=oneshot is better than Type=simple

see https://www.freedesktop.org/software/systemd/man/systemd.service.html#Type=
"Behavior of oneshot is similar to simple; however, it is expected that
 the process has to exit before systemd starts follow-up units."

boot service is expected to be executed once, and would not affects other
services.
data/boot.service