⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 start-stop-daemon.8

📁 The Kannel Open Source WAP and SMS gateway works as both an SMS gateway, for implementing keyword b
💻 8
字号:
.\" Hey, Emacs!  This is an -*- nroff -*- source file..TH START\-STOP\-DAEMON 8 "15th March 1997" "Debian Project" "Debian GNU/Linux".SH NAMEstart\-stop\-daemon \- start and stop system daemon programs.SH SYNOPSIS.B start-stop-daemon.BR -S|--start.IR "options ... -- arguments ...".HP.B start-stop-daemon.BR -K|--stop.IR "options ...".HP.B start-stop-daemon.BR -H|--help.HP.B start-stop-daemon.BR -V|--version.SH DESCRIPTION.B start\-stop\-daemonis used to control the creation and termination of system-level processes.Using the.BR --exec,.BR --pidfile,.BR --user, and.BR --nameoptions, .B start\-stop\-daemoncan be configured to find existing instances of a running process.With.BR --start,.B start\-stop\-daemonchecks for the existence of a specified process.If such a process exists,.B start\-stop\-daemondoes nothing, and exits with error status 1 (0 if.BR --oknodois specified).  If such a process does not exist, it starts aninstance, using either the executable specified by.BR --exec, (or, if specified, by.BR --startas).Any arguments given after.BR --on the command line are passed unmodified to the program beingstarted.With .BR --stop,.B start\-stop\-daemonalso checks for the existence of a specified process.If such a process exists,.B start\-stop\-daemonsends it the signal specified by.BR --signal, and exits with error status 0.If such a process does not exist,.B start\-stop\-daemonexits with error status 1(0 if .BR --oknodois specified).  .SH OPTIONS.TP.I -x|--exec executableCheck for processes that are instances of this executable (according to .B /proc/.I pid.B /exe )..TP.I -p|--pidfile pid-fileCheck for processes whose process-id is specified in .I pid-file..TP.I -u|--user username|uidCheck for processes owned by the user specified by.I username or.I uid..TP.I -n|--name process-nameCheck for processes with the name.I process-name(according to.B /proc/.I pid.B /stat )..TP.I -s|--signal signalWith.BR --stop, specifies the signal to send to processes being stopped (default 15)..TP.I -a|--startas pathnameWith .B --start, start the process specified by .I pathname.If not specified, defaults to the argument given to.B --exec..TP.I -t|--testPrint actions that would be taken and set appropriate return value,but take no action..TP.I -o|--oknodoReturn exit status 0 instead of 1 if no actions are (would be) taken..TP.I -q|--quietDo not print informational messages; only display error messages..TP.I -c|--chuidChange to this username/uid before starting the process. You can alsospecify a group by appending a ':', then the group or gid in the same wayas you would for the `chown' command (user:group). When using this optionyou must realize that the primary and suplimental groups are set as well,even if the `group' options is not specified. The group option is only forgroups that the user isn't normally a member of (like adding per/processgroup membership for generic users like `nobody')..TP.I -r|--chroot rootChdir and chroot to.B rootbefore starting the process. Please note that the pidfile is also writtenafter the chroot..TP.I -b|--backgroundTypically used with programs that don't detach on their own. This optionwill force.B start-stop-daemonto fork before starting the process, and force it into the background..B WARNING:start-stop-daemoncannot check the exit status if the process fails to execute for.B anyreason. This is a last resort, and is only meant for programs that eithermake no sense forking on their own, or where it's not feasible to add thecode for it to do this itself..TP.I -m|--make-pidfileUsed when starting a program that does not create its own pid file. Thisoption will make.B start-stop-daemoncreate the file referenced with.B --pidfileand place the pid into it just before executing the process. Note, it willnot be removed when stopping the program..B NOTE:This feature may not work in all cases. Most notably when the programbeing executed forks from it's main process. Because of this it is usuallyonly useful when combined with the.B --backgroundoption..TP.I -v|--verbosePrint verbose informational messages..TP.I -H|--helpPrint help information; then exit..TP.I -V|--versionPrint version information; then exit..SH AUTHORSIan Jackson <ijackson@gnu.ai.mit.edu>Marek Michalkiewicz <marekm@i17linuxb.ists.pwr.wroc.pl>Manual page by Klee Dienes <klee@mit.edu>.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -