]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - units/user/systemd-tmpfiles-setup.service
units: drop full paths for utilities in $PATH
[thirdparty/systemd.git] / units / user / systemd-tmpfiles-setup.service
similarity index 90%
rename from units/user/systemd-tmpfiles-setup.service.in
rename to units/user/systemd-tmpfiles-setup.service
index a852ef5748038647bccd69874590414bb532377f..c4b29cbe8ce381cd331e62b2ba5d19c5df47ad9b 100644 (file)
@@ -18,7 +18,7 @@ RefuseManualStop=yes
 [Service]
 Type=oneshot
 RemainAfterExit=yes
-ExecStart=@rootbindir@/systemd-tmpfiles --user --create --remove --boot
+ExecStart=systemd-tmpfiles --user --create --remove --boot
 SuccessExitStatus=DATAERR
 
 [Install]