]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
units: drop path to executable in $PATH 24670/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 14 Sep 2022 12:05:25 +0000 (13:05 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 15 Sep 2022 12:59:11 +0000 (14:59 +0200)
We don't have it other places, so let's make things a bit simpler.

units/system-update-cleanup.service

index d0878dcb0bbd93d8896dbfd5651acc78f43bac33..5a5dd725a13df74fce2af99d6b312759f04c6149 100644 (file)
@@ -32,4 +32,4 @@ ConditionPathIsSymbolicLink=|/system-update
 
 [Service]
 Type=oneshot
-ExecStart=/bin/rm -fv /system-update
+ExecStart=rm -fv /system-update