[systemd-commits] units/kmod-static-nodes.service.in units/systemd-tmpfiles-setup-dev.service.in

Tom Gundersen tomegun at kemper.freedesktop.org
Mon Jul 22 08:11:34 PDT 2013


 units/kmod-static-nodes.service.in          |    1 +
 units/systemd-tmpfiles-setup-dev.service.in |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 7e380bba1cd517570655c0e653e2239e33988cd1
Author: Tom Gundersen <teg at jklm.no>
Date:   Mon Jul 22 17:10:15 2013 +0200

    kmod-static-nodes: remain after exit

diff --git a/units/kmod-static-nodes.service.in b/units/kmod-static-nodes.service.in
index 624a650..cdfc6e5 100644
--- a/units/kmod-static-nodes.service.in
+++ b/units/kmod-static-nodes.service.in
@@ -12,5 +12,6 @@ Before=sysinit.target systemd-tmpfiles-setup-dev.service
 
 [Service]
 Type=oneshot
+RemainAfterExit=yes
 ExecStartPre=@MKDIR_P@ /run/tmpfiles.d
 ExecStart=@KMOD@ static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf
diff --git a/units/systemd-tmpfiles-setup-dev.service.in b/units/systemd-tmpfiles-setup-dev.service.in
index 5c45d34..579e7c6 100644
--- a/units/systemd-tmpfiles-setup-dev.service.in
+++ b/units/systemd-tmpfiles-setup-dev.service.in
@@ -14,5 +14,5 @@ ConditionCapability=CAP_MKNOD
 
 [Service]
 Type=oneshot
-RemainAfterExit=true
+RemainAfterExit=yes
 ExecStart=@rootbindir@/systemd-tmpfiles --prefix=/dev --create



More information about the systemd-commits mailing list