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:
Tom Gundersen 2013-07-22 16:59:26 +02:00
parent 408f281bc7
commit ef7e6e0598

View file

@ -14,4 +14,5 @@ ConditionCapability=CAP_MKNOD
[Service]
Type=oneshot
RemainAfterExit=true
ExecStart=@rootbindir@/systemd-tmpfiles --prefix=/dev --create