diff options
-rw-r--r-- | units/systemd-tmpfiles-setup-dev.service.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/systemd-tmpfiles-setup-dev.service.in b/units/systemd-tmpfiles-setup-dev.service.in index 8073b1229d..5c45d3465b 100644 --- a/units/systemd-tmpfiles-setup-dev.service.in +++ b/units/systemd-tmpfiles-setup-dev.service.in @@ -14,4 +14,5 @@ ConditionCapability=CAP_MKNOD [Service] Type=oneshot +RemainAfterExit=true ExecStart=@rootbindir@/systemd-tmpfiles --prefix=/dev --create |