diff options
author | Tom Gundersen <teg@jklm.no> | 2013-07-12 11:14:54 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2013-07-12 20:08:31 +0200 |
commit | 3d56f7df4411684404470d36ddec0d90649a13a3 (patch) | |
tree | 04b2f6415f9a61885ac75c483f516e9c71083d03 /units | |
parent | 9f64229f9ca69f5652b238a67531432e56108bd6 (diff) |
static-nodes: don't hardcode path to mkdir
Diffstat (limited to 'units')
-rw-r--r-- | units/kmod-static-nodes.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/kmod-static-nodes.service.in b/units/kmod-static-nodes.service.in index f8a2d474ef..624a650526 100644 --- a/units/kmod-static-nodes.service.in +++ b/units/kmod-static-nodes.service.in @@ -12,5 +12,5 @@ Before=sysinit.target systemd-tmpfiles-setup-dev.service [Service] Type=oneshot -ExecStartPre=/usr/bin/mkdir -p /run/tmpfiles.d +ExecStartPre=@MKDIR_P@ /run/tmpfiles.d ExecStart=@KMOD@ static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf |