Skip to content

Commit

Permalink
systemd: reboot service: fix path to systemctl
Browse files Browse the repository at this point in the history
It's at /usr/bin/systemctl.
  • Loading branch information
dustymabe committed Jan 6, 2020
1 parent 7e115d0 commit 2d61ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systemd/coreos-installer-reboot.service
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ ConditionPathExists=/run/coreos-installer-reboot

[Service]
Type=simple
ExecStart=/sbin/systemctl --no-block reboot
ExecStart=/usr/bin/systemctl --no-block reboot

0 comments on commit 2d61ae3

Please sign in to comment.