diff options
author | Tom Gundersen <teg@jklm.no> | 2013-10-17 19:49:19 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2013-10-17 19:53:44 +0200 |
commit | a18535d9e138c525d0443ec9f30a90b3e2184686 (patch) | |
tree | b615e69cd7d1f86e185eb244733eb13640ee7d8f /units/kmod-static-nodes.service.in | |
parent | ca2f4176fee7dd5f5664429988e7059163fddb2d (diff) | |
download | systemd-a18535d9e138c525d0443ec9f30a90b3e2184686.tar.gz |
static-nodes: don't call mkdir
This is no longer necessary with kmod-15. Bump the requirement.
Diffstat (limited to 'units/kmod-static-nodes.service.in')
-rw-r--r-- | units/kmod-static-nodes.service.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/units/kmod-static-nodes.service.in b/units/kmod-static-nodes.service.in index ff4017bada..368f980fd1 100644 --- a/units/kmod-static-nodes.service.in +++ b/units/kmod-static-nodes.service.in @@ -15,5 +15,4 @@ ConditionPathExists=/lib/modules/%v/modules.devname [Service] Type=oneshot RemainAfterExit=yes -ExecStartPre=@MKDIR_P@ /run/tmpfiles.d ExecStart=@KMOD@ static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf |