Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
New option so you can set the number of seconds to wait for and
check the daemon is still running.
The old code that periodically polled wasn't that reliable - in this
case simpler == better.
Fixes #160
|
|
|
|
|
|
|