aboutsummaryrefslogtreecommitdiff
path: root/scripts/reboot.in
AgeCommit message (Collapse)Author
2018-12-27scripts: fix halt, poweroff and reboot wrappersartoo
These are designed to emulate the sysvinit equivalents, so pass "now" as the time argument if no arguments are given. This fixes #268.
2018-12-08standardize the default shellWilliam Hubbs
I do not know of a need to have the default shell be a build-time configurable setting. All *nix systems I am aware of have /bin/sh as a default posix compatible shell. If some systems running OpenRC do not make that assumption about /bin/sh, I will consider bringing this back, so feel free to open an issue.
2017-07-11fix sysvinit compatibility for reboot wrapperWilliam Hubbs
2017-05-31openrc-init: add optional sysvinit compatibilityWilliam Hubbs