From: Zbigniew Jędrzejewski-Szmek Date: Wed, 14 Sep 2022 12:05:25 +0000 (+0100) Subject: units: drop path to executable in $PATH X-Git-Tag: v252-rc1~164^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F24670%2Fhead;p=thirdparty%2Fsystemd.git units: drop path to executable in $PATH We don't have it other places, so let's make things a bit simpler. --- diff --git a/units/system-update-cleanup.service b/units/system-update-cleanup.service index d0878dcb0bb..5a5dd725a13 100644 --- a/units/system-update-cleanup.service +++ b/units/system-update-cleanup.service @@ -32,4 +32,4 @@ ConditionPathIsSymbolicLink=|/system-update [Service] Type=oneshot -ExecStart=/bin/rm -fv /system-update +ExecStart=rm -fv /system-update