]> git.pld-linux.org Git - packages/systemd.git/blame - systemctl-path.patch
- don't hardcode systemctl path in servce files
[packages/systemd.git] / systemctl-path.patch
CommitLineData
fa700b62
JR
1--- systemd-198/units/initrd-cleanup.service~ 2013-03-07 13:07:09.946850823 +0100
2+++ systemd-198/units/initrd-cleanup.service 2013-03-21 14:50:00.400052081 +0100
3@@ -15,4 +15,4 @@
4
5 [Service]
6 Type=oneshot
7-ExecStart=/usr/bin/systemctl --no-block isolate initrd-switch-root.target
8+ExecStart=@SYSTEMCTL@ --no-block isolate initrd-switch-root.target
9--- systemd-198/units/initrd-parse-etc.service~ 2013-03-07 13:07:09.946850823 +0100
10+++ systemd-198/units/initrd-parse-etc.service 2013-03-21 14:50:59.820556209 +0100
11@@ -15,6 +15,6 @@
12
13 [Service]
14 Type=oneshot
15-ExecStartPre=/usr/bin/systemctl daemon-reload
16-ExecStart=/usr/bin/systemctl start local-fs.target
17-ExecStart=/usr/bin/systemctl --no-block start initrd-cleanup.service
18+ExecStartPre=@SYSTEMCTL@ daemon-reload
19+ExecStart=@SYSTEMCTL@ start local-fs.target
20+ExecStart=@SYSTEMCTL@ --no-block start initrd-cleanup.service
21--- systemd-198/units/initrd-switch-root.service~ 2013-03-05 00:43:05.950383752 +0100
22+++ systemd-198/units/initrd-switch-root.service 2013-03-21 14:51:14.987351504 +0100
23@@ -15,5 +15,5 @@
24 [Service]
25 Type=oneshot
26 # we have to use "--force" here, otherwise systemd would umount /run
27-ExecStart=/usr/bin/systemctl --no-block --force switch-root /sysroot
28+ExecStart=@SYSTEMCTL@ --no-block --force switch-root /sysroot
29 KillMode=none
This page took 0.334365 seconds and 4 git commands to generate.