diff options
author | Tom Gundersen <teg@jklm.no> | 2013-07-22 17:10:15 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2013-07-22 17:11:19 +0200 |
commit | 7e380bba1cd517570655c0e653e2239e33988cd1 (patch) | |
tree | 396fd7f311bd02284020962e1d562afbdc6df028 /units/kmod-static-nodes.service.in | |
parent | ef7e6e0598b1711d7ccf741bb8e4e07a02ef33a7 (diff) |
kmod-static-nodes: remain after exit
Diffstat (limited to 'units/kmod-static-nodes.service.in')
-rw-r--r-- | units/kmod-static-nodes.service.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/kmod-static-nodes.service.in b/units/kmod-static-nodes.service.in index 624a650526..cdfc6e56e1 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 |