dinitctl.8.m4 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328
  1. changequote(`@@@',`$$$')dnl
  2. @@@.TH DINITCTL "8" "$$$MONTH YEAR@@@" "Dinit $$$VERSION@@@" "Dinit \- service management system"
  3. .SH NAME
  4. dinitctl \- control services supervised by Dinit
  5. .\"
  6. .SH SYNOPSIS
  7. .\"
  8. .PD 0
  9. .nh
  10. .HP
  11. .B dinitctl
  12. [\fIoptions\fR] \fBstart\fR [\fB\-\-no\-wait\fR] [\fB\-\-pin\fR] \fIservice-name\fR
  13. .HP
  14. .B dinitctl
  15. [\fIoptions\fR] \fBstop\fR [\fB\-\-no\-wait\fR] [\fB\-\-pin\fR] [\fB\-\-ignore\-unstarted\fR] \fIservice-name\fR
  16. .HP
  17. .B dinitctl
  18. [\fIoptions\fR] \fBstatus\fR \fIservice-name\fR
  19. .HP
  20. .B dinitctl
  21. [\fIoptions\fR] \fBis-active\fR \fIservice-name\fR
  22. .HP
  23. .B dinitctl
  24. [\fIoptions\fR] \fBis-failed\fR \fIservice-name\fR
  25. .HP
  26. .B dinitctl
  27. [\fIoptions\fR] \fBrestart\fR [\fB\-\-no\-wait\fR] [\fB\-\-ignore\-unstarted\fR] \fIservice-name\fR
  28. .HP
  29. .B dinitctl
  30. [\fIoptions\fR] \fBwake\fR [\fB\-\-no\-wait\fR] \fIservice-name\fR
  31. .HP
  32. .B dinitctl
  33. [\fIoptions\fR] \fBrelease\fR [\fB\-\-ignore\-unstarted\fR] \fIservice-name\fR
  34. .HP
  35. .B dinitctl
  36. [\fIoptions\fR] \fBunpin\fR \fIservice-name\fR
  37. .HP
  38. .B dinitctl
  39. [\fIoptions\fR] \fBunload\fR \fIservice-name\fR
  40. .HP
  41. .B dinitctl
  42. [\fIoptions\fR] \fBreload\fR \fIservice-name\fR
  43. .HP
  44. .B dinitctl
  45. [\fIoptions\fR] \fBlist\fR
  46. .HP
  47. .B dinitctl
  48. [\fIoptions\fR] \fBshutdown\fR
  49. .HP
  50. .B dinitctl
  51. [\fIoptions\fR] \fBadd-dep\fR \fIdependency-type\fR \fIfrom-service\fR \fIto-service\fR
  52. .HP
  53. .B dinitctl
  54. [\fIoptions\fR] \fBrm-dep\fR \fIdependency-type\fR \fIfrom-service\fR \fIto-service\fR
  55. .HP
  56. .B dinitctl
  57. [\fIoptions\fR] \fBenable\fR [\fB\-\-from\fR \fIfrom-service\fR] \fIto-service\fR
  58. .HP
  59. .B dinitctl
  60. [\fIoptions\fR] \fBdisable\fR [\fB\-\-from\fR \fIfrom-service\fR] \fIto-service\fR
  61. .HP
  62. .B dinitctl
  63. [\fIoptions\fR] \fBtrigger\fR \fIservice-name\fR
  64. .HP
  65. .B dinitctl
  66. [\fIoptions\fR] \fBuntrigger\fR \fIservice-name\fR
  67. .HP
  68. .B dinitctl
  69. [\fIoptions\fR] \fBsetenv\fR [\fIname\fR[=\fIvalue\fR] \fI...\fR]
  70. .\"
  71. .PD
  72. .hy
  73. .\"
  74. .SH DESCRIPTION
  75. .\"
  76. \fBdinitctl\fR is a utility to control services being managed by the
  77. \fBdinit\fR daemon.
  78. It allows starting and stopping services, and listing service status, amongst other actions.
  79. It functions by issuing commands to the daemon via a control socket.
  80. .\"
  81. .SH GENERAL OPTIONS
  82. .TP
  83. \fB\-\-help\fR
  84. Display brief help text and then exit.
  85. .TP
  86. \fB\-\-version\fR
  87. Display version and then exit.
  88. .TP
  89. \fB\-s\fR, \fB\-\-system\fR
  90. Control the system init process (this is the default when run as root).
  91. This option determines the default path to the control socket used to communicate with the \fBdinit\fR daemon
  92. process (it does not override the \fB\-p\fR option).
  93. .TP
  94. \fB\-u\fR, \fB\-\-user\fR
  95. Control the user init process (this is the default when not run as root).
  96. This option determines the default path to the control socket used to communicate with the \fBdinit\fR daemon process
  97. (it does not override the \fB\-p\fR option).
  98. .TP
  99. \fB\-\-socket\-path\fR \fIsocket-path\fR, \fB\-p\fR \fIsocket-path\fR
  100. Specify the path to the socket used for communicating with the service manager daemon.
  101. When not specified, the value from the \fBDINIT_SOCKET_PATH\fR environment variable is used, with
  102. the default path (as documented for \fBdinit\fR(8)) used if the variable is unset.
  103. .TP
  104. \fB\-\-use\-passed\-cfd\fR
  105. Instead of attempting to open a socket connection to the service daemon,
  106. use a pre-opened connection that has been passed to the dinitctl process from its parent
  107. via an open file descriptor.
  108. The file descriptor with the connection is identified by the contents of the DINIT_CS_FD
  109. environment variable.
  110. .TP
  111. \fB\-\-quiet\fR
  112. Suppress status output, except for errors.
  113. .\"
  114. .SH COMMAND OPTIONS
  115. .TP
  116. \fB\-\-no\-wait\fR
  117. Do not wait for issued command to complete; exit immediately.
  118. .TP
  119. \fB\-\-pin\fR
  120. Pin the service in the requested state. The service will not leave the state until it is unpinned.
  121. .sp
  122. A service that is pinned stopped cannot be marked active, that is, start commands issued to the
  123. service have no effect.
  124. Dependents (via hard dependency relationships) of the pinned service will be unable to start.
  125. .sp
  126. A service that is pinned started cannot be stopped, however its explicit activation can be removed
  127. (eg via the \fBstop\fR or \fBrelease\fR commands).
  128. Once unpinned, a service which is not explicitly activated, and which has no active dependents,
  129. will automatically stop. If a pinned-started service fails to start, the pin is removed.
  130. .sp
  131. Note that a pin takes effect while the service is starting/stopping, before it reaches the target
  132. state. Stopping or restarting a service that is pinned started and which is already starting or
  133. started is not possible. Similarly, starting a service which is pinned stopped and which is stopping
  134. or stopped is not possible.
  135. .TP
  136. \fB\-\-force\fR
  137. Stop the service even if it will require stopping other services which depend on the specified service.
  138. When applied to the \fBrestart\fR command, this will cause the dependent services to also be restarted.
  139. .TP
  140. \fB\-\-ignore\-unstarted\fR
  141. If the service is not started or doesn't exist, ignore the command and return an exit code indicating
  142. success.
  143. .TP
  144. \fIservice-name\fR
  145. Specifies the name of the service to which the command applies.
  146. .TP
  147. \fBstart\fR
  148. Start the specified service.
  149. The service is marked as explicitly activated and will not be stopped automatically if its dependents stop.
  150. If the service is currently stopping it will generally continue to stop before it is then restarted.
  151. .TP
  152. \fBstop\fR
  153. Stop the specified service, and remove explicit activation.
  154. If the service has (non-soft) dependents, an error will be displayed and no further action taken,
  155. unless the \fB\-\-force\fR option is used. If the service is pinned started (and not already stopped or
  156. stopping) an error will be displayed and no further action taken.
  157. .sp
  158. The \fBrestart\fR option (see \fBdinit-service\fR(5)) applied to the stopped service will not cause the
  159. service to restart when it is stopped via this command (that is, this command inhibits automatic restart).
  160. This also applies to any dependents that must also be stopped at the same time.
  161. .sp
  162. Any pending \fBstart\fR orders (including for restarts) are cancelled,
  163. though a service which is starting will continue its startup before then stopping (unless the service is
  164. configured to have an interruptible startup or is otherwise at a stage of startup which can be safely
  165. interrupted).
  166. .TP
  167. \fBstatus\fR
  168. Give a status report on the specified service.
  169. This will show the current state (and target state, if different), and information such as process
  170. ID (pid) if applicable.
  171. If the service is stopped for any reason other than a normal stop, the reason for the service
  172. stopping will be displayed (along with any further relevant information, if available).
  173. .TP
  174. \fBis-active\fR
  175. Check if the specified service is currently active.
  176. The service counts as active if it is known it is currently started. Any other state, including
  177. protocol and parse errors, will exit without returning success. Unless quiet, the current service
  178. status (STOPPED, STARTING, STARTED, STOPPING) is printed out to standard output.
  179. .TP
  180. \fBis-failed\fR
  181. Check if the specified service is currently failed.
  182. The service counts as failed if it is known it is currently stopped either because of startup
  183. failure, timeout or dependency failure. Any other state, including protocol and parse errors,
  184. will exit without returning success. Unless quiet, the current srevice status is printed out
  185. to standard output like with \fBis-active\fR.
  186. .TP
  187. \fBrestart\fR
  188. Restart the specified service. The service will be stopped and then restarted, without affecting explicit
  189. activation status or dependency links from dependents.
  190. .TP
  191. \fBwake\fR
  192. Start the specified service after reattaching dependency links from all active dependents of the specified
  193. service.
  194. The service will not be marked explicitly activated, and so will stop if all the dependents stop.
  195. .TP
  196. \fBrelease\fR
  197. Clear the explicit activation mark from a service (the service will then stop if it has no active dependents).
  198. .TP
  199. \fBunpin\fR
  200. Remove start- and stop- pins from a service.
  201. If a started service is not explicitly activated and has no active dependents, it will stop.
  202. If a started service has a dependency service which is stopping, it will stop.
  203. If a stopped service has a dependent service which is starting, it will start.
  204. Otherwise, any pending start/stop commands will be carried out.
  205. .TP
  206. \fBunload\fR
  207. Completely unload a service.
  208. This can only be done if the service is stopped and has no loaded dependents (i.e. dependents must
  209. be unloaded before their dependencies).
  210. .TP
  211. \fBreload\fR
  212. Attempt to reload a service description.
  213. This is intended as a convenience for making simple changes to a service, without having to stop,
  214. remove dependencies to and unload the service. However it is not completely equivalent to doing a
  215. proper unload/reload; some altered settings may not take effect until the service is restarted,
  216. and some cannot be changed at all while the service is running.
  217. .sp
  218. In particular, the type of a running service cannot be changed; nor can the \fBinittab-id\fR, \fBinittab-line\fR,
  219. or \fBpid-file\fR settings, or the \fBruns-on-console\fR or \fBshares-console\fR flags.
  220. If any hard dependencies are added to a running service, the dependencies must already be started.
  221. .TP
  222. \fBlist\fR
  223. List loaded services and their state.
  224. Before each service, one of the following state indicators is displayed:
  225. .sp
  226. .RS
  227. .nf
  228. \f[C]\m[blue][{+}\ \ \ \ \ ]\m[]\fR \[em] service has started.
  229. \f[C]\m[blue][{\ }<<\ \ \ ]\m[]\fR \[em] service is starting.
  230. \f[C]\m[blue][\ \ \ <<{\ }]\m[]\fR \[em] service is starting, will stop once started.
  231. \f[C]\m[blue][{\ }>>\ \ \ ]\m[]\fR \[em] service is stopping, will start once stopped.
  232. \f[C]\m[blue][\ \ \ >>{\ }]\m[]\fR \[em] service is stopping.
  233. \f[C]\m[blue][\ \ \ \ \ {-}]\m[]\fR \[em] service has stopped.
  234. .fi
  235. .sp
  236. The << and >> symbols represent a transition state (starting and stopping respectively); curly braces
  237. indicate the target state (left: started, right: stopped); square brackets are used if the service
  238. is marked active (target state will always be started if this is the case).
  239. .sp
  240. An 's' in place of '+' means that the service startup was skipped (possible only if the service is
  241. configured as skippable).
  242. An 'X' in place of '-' means that the service failed to start, or that the
  243. service process unexpectedly terminated with an error status or signal while running.
  244. .sp
  245. Additional information, if available, will be printed after the service name: whether the service owns,
  246. or is waiting to acquire, the console; the process ID; the exit status or signal that caused termination.
  247. .RE
  248. .TP
  249. \fBshutdown\fR
  250. Stop all services (without restart) and terminate Dinit.
  251. If issued to the system instance of Dinit, this will also shut down the system.
  252. .TP
  253. \fBadd-dep\fR
  254. Add a dependency between two services.
  255. The \fIdependency-type\fR must be one of \fBregular\fR, \fBmilestone\fR or \fBwaits-for\fR.
  256. Note that adding a regular dependency requires that the service states are consistent with the
  257. dependency (i.e. if the "from" service is started, the "to" service must also be started).
  258. Circular dependency chains may not be created.
  259. .TP
  260. \fBrm-dep\fR
  261. Remove a dependency between two services.
  262. The \fIdependency-type\fR must be one of \fBregular\fR, \fBmilestone\fR or \fBwaits-for\fR.
  263. If the "to" service is not otherwise active it may be stopped as a result of removing the dependency.
  264. .TP
  265. \fBenable\fR
  266. Persistently enable a \fBwaits-for\fR dependency between two services.
  267. This is much like \fBadd-dep\fR but it also starts the dependency if the dependent is started
  268. (without explicit activation, so the dependency will stop if the dependent stops), and it creates
  269. a symbolic link in the directory specified via the \fBwaits-for.d\fR directive in the service
  270. description (there must be only one such directive) so that the dependency will survive between
  271. sessions.
  272. .sp
  273. If the \fB--from\fR option is not used to specify the dependent, the dependency is created from the
  274. \fBboot\fR service by default.
  275. .TP
  276. \fBdisable\fR
  277. Permanently disable a \fBwaits-for\fR dependency between two services.
  278. This is the complement of the \fBenable\fR command; see the description above for more information.
  279. .sp
  280. Note that the \fBdisable\fR command affects only the dependency specified (or implied).
  281. It has no other effect, and a service that is "disabled" may still be started if it is a dependency of
  282. another started service.
  283. .TP
  284. \fBtrigger\fR
  285. Mark the specified service (which must be a \fItriggered\fR service) as having its external trigger set.
  286. This will allow the service to finish starting.
  287. .TP
  288. \fBuntrigger\fR
  289. Clear the trigger for the specified service (which must be a \fItriggered\fR service).
  290. This will delay the service from starting, until the trigger is set. If the service has already started,
  291. this will have no immediate effect.
  292. .TP
  293. \fBsetenv\fR
  294. Export one or more variables into the activation environment.
  295. The value can be provided on the command line or retrieved from the environment \fBdinitctl\fR is
  296. called in.
  297. Any subsequently started or restarted service will have these environment variables available.
  298. This is particularly useful for user services that need access to session information.
  299. .\"
  300. .SH SERVICE OPERATION
  301. .\"
  302. Normally, services are only started if they have been explicitly activated (\fBstart\fR command) or if
  303. a started service depends on them.
  304. Therefore, starting a service also starts all services that the first depends on; stopping the
  305. same service then also stops the dependency services, unless they are also required by another
  306. explicitly activated service or have been explicitly activated themselves.
  307. .LP
  308. A service can be pinned in either the started or stopped state.
  309. This is mainly intended to be used to prevent automated stop or start of a service, including
  310. via a dependency or dependent service, during a manual administrative procedure.
  311. .LP
  312. Stopping a service manually will prevent it (and its dependents) from automatically restarting (i.e. it
  313. will override the \fBrestart\fR setting in the service configuration).
  314. .\"
  315. .SH ENVIRONMENT VARIABLES
  316. .\"
  317. The following environment variables may control \fBdinitctl\fR's operation:
  318. .TP
  319. \fBDINIT_SOCKET_PATH\fR
  320. The path to the socket used to communicate with the \fBdinit\fR(8) daemon. May be overridden by certain
  321. command line options. If not set, and not overridden, the \fBdinit\fR defaults are used.
  322. .\"
  323. .SH SEE ALSO
  324. \fBdinit\fR(8), \fBdinit-service\fR(5), \fB$$$SHUTDOWN_PREFIX@@@shutdown(8)\fR.
  325. .\"
  326. .SH AUTHOR
  327. Dinit, and this manual, were written by Davin McCall.
  328. $$$dnl