[systemd-commits] units/systemd-tmpfiles-setup-dev.service.in
Tom Gundersen
tomegun at kemper.freedesktop.org
Mon Jul 22 08:02:00 PDT 2013
units/systemd-tmpfiles-setup-dev.service.in | 1 +
1 file changed, 1 insertion(+)
New commits:
commit ef7e6e0598b1711d7ccf741bb8e4e07a02ef33a7
Author: Tom Gundersen <teg at jklm.no>
Date: Mon Jul 22 16:59:26 2013 +0200
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.
diff --git a/units/systemd-tmpfiles-setup-dev.service.in b/units/systemd-tmpfiles-setup-dev.service.in
index 8073b12..5c45d34 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
More information about the systemd-commits
mailing list