Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
Return 32 if crashed, #163
|
|
flocks are safer, as we only use tmpfs for our lock files.
I don't know how this works for inactive just yet though ...
|
|
systems, Thanks to mwrobel - fixes #106.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
RC_REBOOT is now yes when rebooting.
Document the special reboot runlevel.
|
|
should take precedence in the argument list.
|
|
rc-update -u will force a regen of the dep tree
rc_newer_than and rc_olderthan now take another two parameters for newest/oldest file and mtime
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
are not being used.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|