Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
add: replace binary name to allow reboot
Browse files Browse the repository at this point in the history
Signed-off-by: Mathis Raguin <[email protected]>
  • Loading branch information
Sayrus authored and Mareo committed Mar 8, 2019
1 parent e1dbb30 commit 302665a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/systemctl-wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
if [ "$1" = "--version" ]; then
exec /bin/systemctl.old --version | sed -E 's/systemd ([0-9]+) \(\S+\)/systemd \1/'
else
exec /bin/systemctl.old $*
exec -a "$0" /bin/systemctl.old $*
fi

0 comments on commit 302665a

Please sign in to comment.