This is a document of the command.
Example:
start-stop-daemon -d dir_want_to_run_on -b -m -p pidfile.pid --start --startas command
start-stop-daemon -p pidfile.pid --stop
-b : background
-m : make file (need to use with -p)
-p : pid file name (need to use with -m)
No comments:
Post a Comment