From 3d56f7df4411684404470d36ddec0d90649a13a3 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Fri, 12 Jul 2013 11:14:54 +0200 Subject: static-nodes: don't hardcode path to mkdir --- units/kmod-static-nodes.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'units') 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 -- cgit v1.2.3-54-g00ecf