запускать и останавливать программы системных демонов (start and stop system daemon programs)
Команды (Commands)
-S, --start [--] arguments
Check for the existence of a specified process. If such a
process exists, start-stop-daemon does nothing, and exits
with error status 1 (0 if --oknodo is specified). If such
a process does not exist, it starts an instance, using
either the executable specified by --exec or, if
specified, by --startas. Any arguments given after -- on
the command line are passed unmodified to the program
being started.
-K, --stop
Checks for the existence of a specified process. If such
a process exists, start-stop-daemon sends it the signal
specified by --signal, and exits with error status 0. If
such a process does not exist, start-stop-daemon exits
with error status 1 (0 if --oknodo is specified). If
--retry is specified, then start-stop-daemon will check
that the process(es) have terminated.
-T, --status
Check for the existence of a specified process, and
returns an exit status code, according to the LSB Init
Script Actions (since version 1.16.1).
-H, --help
Show usage information and exit.
-V, --version
Show the program version and exit.