summaryrefslogtreecommitdiff
path: root/units/system-update-cleanup.service
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-09-14 13:05:25 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-09-15 14:59:11 +0200
commit89c4dc52b3e635904e5cc6e7af500a8ea1963b64 (patch)
treef71423d794bcb18e44b4769542786f9927e55dd4 /units/system-update-cleanup.service
parent5b5ec138c65d587ecac1be5790ab9854e49a0446 (diff)
downloadsystemd-89c4dc52b3e635904e5cc6e7af500a8ea1963b64.tar.gz
units: drop path to executable in $PATH
We don't have it other places, so let's make things a bit simpler.
Diffstat (limited to 'units/system-update-cleanup.service')
-rw-r--r--units/system-update-cleanup.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/system-update-cleanup.service b/units/system-update-cleanup.service
index d0878dcb0b..5a5dd725a1 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