mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-26 10:03:40 +03:00
systemd-tmpfiles-setup-dev: remain after exit
Without this, tmpfiles-setpu-dev would be re-run if any other service, which pulls in basic.target, was started after setup-dev was finished and before basic.target was active.
This commit is contained in:
parent
408f281bc7
commit
ef7e6e0598
@ -14,4 +14,5 @@ ConditionCapability=CAP_MKNOD
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=true
|
||||
ExecStart=@rootbindir@/systemd-tmpfiles --prefix=/dev --create
|
||||
|
Loading…
x
Reference in New Issue
Block a user