Age | Commit message (Collapse) | Author |
|
|
|
|
|
Fixes #170
|
|
rc-sercice -i foo -- restart
instead of this
rc-service -e foo && rc-service foo -- restart
|
|
|
|
without actually doing so.
Fixes #151.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dhcpcd. Instead fake network shutdown so it comes back up correctly at boot and KILL dhcpcd to preserve network.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It returns 0 if there are crashed services, otherwise 1.
This it easy to restart crashed services automatically.
More for #120.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Don't process any dependencies when changing runlevels and called
outside of RC otherwise we can deadlock.
|
|
|
|
This enables the code to include the daemons interpreter when matching
process name which fixes bug #164.
Existing init scripts that rely on the old behaviour will need to be
fixed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|