rcstagger Wiki
secure network aware process monitoring system
Status: Pre-Alpha
Brought to you by:
kshots
dummydaemon [-f]
dummydaemon -h
The dummydaemon is exactly what it sounds like - it's an application that acts like a daemon (does a fork and exec) unless it is requested to run in the foreground. It does nothing further - it just sleeps. This is useful for testing rcstaggerd to make certain that it tracks and manipulates services properly.
Argument Flag | Long Option | Description |
---|---|---|
-f | --foreground | Runs the daemon in the foreground |
-h | --help | Prints help and exits |
The below example runs the dummydaemon as a daemon:
dummydaemon
The below example runs the dummydaemon in the foreground:
dummydaemon -f