diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-04-05 11:54:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-05 11:54:02 +0200 |
commit | 6064de2de8734401669b787b68ebbf858d452cec (patch) | |
tree | 61817c814390f491a6ec53245b4a30bea2008864 /units | |
parent | ba45959cb2b6e2476a2ad207b6609ce5fa8412b0 (diff) | |
parent | c79b89e6eb5efaa69b7d8358c43373fb9fab0af6 (diff) | |
download | systemd-6064de2de8734401669b787b68ebbf858d452cec.tar.gz |
Merge pull request #8617 from keszybz/tmpfiles-relax
Do not exit with error when systemd-tmpfiles --boot fails
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-tmpfiles-setup-dev.service.in | 2 | ||||
-rw-r--r-- | units/systemd-tmpfiles-setup.service.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/units/systemd-tmpfiles-setup-dev.service.in b/units/systemd-tmpfiles-setup-dev.service.in index 6a6ebed955..1d06b369d4 100644 --- a/units/systemd-tmpfiles-setup-dev.service.in +++ b/units/systemd-tmpfiles-setup-dev.service.in @@ -20,4 +20,4 @@ ConditionCapability=CAP_SYS_MODULE Type=oneshot RemainAfterExit=yes ExecStart=@rootbindir@/systemd-tmpfiles --prefix=/dev --create --boot -SuccessExitStatus=65 +SuccessExitStatus=65 73 diff --git a/units/systemd-tmpfiles-setup.service.in b/units/systemd-tmpfiles-setup.service.in index 0410d0bfd8..384be59481 100644 --- a/units/systemd-tmpfiles-setup.service.in +++ b/units/systemd-tmpfiles-setup.service.in @@ -20,4 +20,4 @@ RefuseManualStop=yes Type=oneshot RemainAfterExit=yes ExecStart=@rootbindir@/systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev -SuccessExitStatus=65 +SuccessExitStatus=65 73 |