From 89c4dc52b3e635904e5cc6e7af500a8ea1963b64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 14 Sep 2022 13:05:25 +0100 Subject: [PATCH] units: drop path to executable in $PATH We don't have it other places, so let's make things a bit simpler. --- units/system-update-cleanup.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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