mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
units: drop path to executable in $PATH
We don't have it other places, so let's make things a bit simpler.
This commit is contained in:
@@ -32,4 +32,4 @@ ConditionPathIsSymbolicLink=|/system-update
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/bin/rm -fv /system-update
|
||||
ExecStart=rm -fv /system-update
|
||||
|
||||
Reference in New Issue
Block a user