-rw-r--r-- | man/dudki.8.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/dudki.8.in b/man/dudki.8.in index be60f53..b488822 100644 --- a/man/dudki.8.in +++ b/man/dudki.8.in | |||
@@ -1,135 +1,135 @@ | |||
1 | .TH dudki 8 "July 23rd, 2004" "dudki(8)" "Klever Group (http://www.klever.net/)" | 1 | .TH dudki 8 "November 8th, 2006" "dudki(8)" "Klever Group (http://www.klever.net/)" |
2 | .hla en | 2 | .hla en |
3 | .ds longopt @HAVE_GETOPT_LONG@ | 3 | .ds longopt @HAVE_GETOPT_LONG@ |
4 | 4 | ||
5 | .SH NAME | 5 | .SH NAME |
6 | 6 | ||
7 | dudki \- a process maintenance daemon | 7 | dudki \- a process maintenance daemon |
8 | 8 | ||
9 | .SH SYNOPSYS | 9 | .SH SYNOPSYS |
10 | 10 | ||
11 | \fBdudki\fR [\fB-h\fR] | 11 | \fBdudki\fR [\fB-h\fR] |
12 | .if \*[longopt] [\fB--help\fR] [\fB--usage\fR] | 12 | .if \*[longopt] [\fB--help\fR] [\fB--usage\fR] |
13 | [\fB-V\fR] | 13 | [\fB-V\fR] |
14 | .if \*[longopt] [\fB--version\fR] | 14 | .if \*[longopt] [\fB--version\fR] |
15 | [\fB-L\fR] | 15 | [\fB-L\fR] |
16 | .if \*[longopt] [\fB--license\fR] | 16 | .if \*[longopt] [\fB--license\fR] |
17 | [\fB-f\fR \fIconfigfile\fR] | 17 | [\fB-f\fR \fIconfigfile\fR] |
18 | .if \*[longopt] [\fB--config=\fR\fIconfigfile\fR] | 18 | .if \*[longopt] [\fB--config=\fR\fIconfigfile\fR] |
19 | [\fB-k\fR] | 19 | [\fB-k\fR] |
20 | .if \*[longopt] [\fB--kill\fR] | 20 | .if \*[longopt] [\fB--kill\fR] |
21 | [\fB-r\fR] | 21 | [\fB-r\fR] |
22 | .if \*[longopt] [\fB--reload\fR] | 22 | .if \*[longopt] [\fB--reload\fR] |
23 | [\fB-c\fR] | 23 | [\fB-c\fR] |
24 | .if \*[longopt] [\fB--check\fR] | 24 | .if \*[longopt] [\fB--check\fR] |
25 | [\fB-s\fR \fIsignum\fR] | 25 | [\fB-s\fR \fIsignum\fR] |
26 | .if \*[longopt] [\fB--signal=\fR\fIsignum\fR] | 26 | .if \*[longopt] [\fB--signal=\fR\fIsignum\fR] |
27 | [\fB-e\fR] | 27 | [\fB-e\fR] |
28 | .if \*[longopt] [\fB--ensure\fR] | 28 | .if \*[longopt] [\fB--ensure\fR] |
29 | [\fB-t\fR] | 29 | [\fB-t\fR] |
30 | .if \*[longopt] [\fB--test\fR] | 30 | .if \*[longopt] [\fB--test\fR] |
31 | [\fI<process-list>\fR] | 31 | [\fI<process-list>\fR] |
32 | 32 | ||
33 | .SH DESCRIPTION | 33 | .SH DESCRIPTION |
34 | 34 | ||
35 | dudki daemon is designed to run in the background and periodically | 35 | dudki daemon is designed to run in the background and periodically |
36 | check if certain processes specified in the configuration file are | 36 | check if certain processes specified in the configuration file are |
37 | running. If a process is detected as dead dudki tries to restart it | 37 | running. If a process is detected as dead dudki tries to restart it |
38 | using the command line specified in the configuration file and notifies | 38 | using the command line specified in the configuration file and notifies |
39 | the specified contact (currently only via email). | 39 | the specified contact (currently only via email). |
40 | 40 | ||
41 | .SH OPTIONS | 41 | .SH OPTIONS |
42 | 42 | ||
43 | .TP | 43 | .TP |
44 | .ie \*[longopt] \fB-f\fR \fIconfigfile\fR, \fB--config=\fR\fIconfigfile\fR | 44 | .ie \*[longopt] \fB-f\fR \fIconfigfile\fR, \fB--config=\fR\fIconfigfile\fR |
45 | .el \fB-f\fR \fIconfigfile\fR | 45 | .el \fB-f\fR \fIconfigfile\fR |
46 | Specify the configuration file to use (default is | 46 | Specify the configuration file to use (default is |
47 | \fI@sysconfdir@/dudki.conf\fR). | 47 | \fI@sysconfdir@/dudki.conf\fR). |
48 | .TP | 48 | .TP |
49 | .ie \*[longopt] \fB-k\fR, \fB--kill\fR | 49 | .ie \*[longopt] \fB-k\fR, \fB--kill\fR |
50 | .el \fB-k\fR | 50 | .el \fB-k\fR |
51 | Stop the running instance by sending the \fBSIGTERM\fR signal. If no process | 51 | Stop the running instance by sending the \fBSIGTERM\fR signal. If no process |
52 | name specified on the command line, dudki kills his own running instance. | 52 | name specified on the command line, dudki kills his own running instance. |
53 | .TP | 53 | .TP |
54 | .ie \*[longopt] \fB-r\fR, \fB--reload\fR | 54 | .ie \*[longopt] \fB-r\fR, \fB--reload\fR |
55 | .el \fB-r\fR | 55 | .el \fB-r\fR |
56 | Reload the running instance by sending the \fBSIGHUP\fR signal. Like with | 56 | Reload the running instance by sending the \fBSIGHUP\fR signal. Like with |
57 | \fB-k\fR, if no process name specified on the command line, dudki sends | 57 | \fB-k\fR, if no process name specified on the command line, dudki sends |
58 | \fBSIGHUP\fR to his own running instance. | 58 | \fBSIGHUP\fR to his own running instance. |
59 | .TP | 59 | .TP |
60 | .ie \*[longopt] \fB-s\fR \fIsignum\fR, \fB--signal=\fR\fIsignum\fR | 60 | .ie \*[longopt] \fB-s\fR \fIsignum\fR, \fB--signal=\fR\fIsignum\fR |
61 | .el \fB-s\fR \fIsignum\fR | 61 | .el \fB-s\fR \fIsignum\fR |
62 | Send arbitrary signal to the names processes (or self, but it doesn't make much | 62 | Send arbitrary signal to the names processes (or self, but it doesn't make much |
63 | sense). | 63 | sense). |
64 | .TP | 64 | .TP |
65 | .ie \*[longopt] \fB-c\fR, \fB--check\fR | 65 | .ie \*[longopt] \fB-c\fR, \fB--check\fR |
66 | .el \fB-c\fR | 66 | .el \fB-c\fR |
67 | Check if dudki is running. Exit with non-zero status if not. The same target | 67 | Check if dudki is running. Exit with non-zero status if not. The same target |
68 | rules as in \fB-k\fR and \fB-r\fR apply here. | 68 | rules as in \fB-k\fR and \fB-r\fR apply here. |
69 | .TP | 69 | .TP |
70 | .ie \*[longopt] \fB-e\fR, \fB--ensure\fR | 70 | .ie \*[longopt] \fB-e\fR, \fB--ensure\fR |
71 | .el \fB-e\fR | 71 | .el \fB-e\fR |
72 | Ensure that dudki is running. Load, if not. Useful for running as a | 72 | Ensure that dudki is running. Load, if not. Useful for running as a |
73 | cron job once in a while. If the daemon is running runs quietly | 73 | cron job once in a while. If the daemon is running runs quietly |
74 | providing no output. | 74 | providing no output. |
75 | .TP | 75 | .TP |
76 | .ie \*[longopt] \fB-t\fR, \fB--test\fR | 76 | .ie \*[longopt] \fB-t\fR, \fB--test\fR |
77 | .el \fB-t\fR | 77 | .el \fB-t\fR |
78 | Check the syntax of configuration file and exit. | 78 | Check the syntax of configuration file and exit. |
79 | .TP | 79 | .TP |
80 | .ie \*[longopt] \fB-h\fR, \fB--help\fR, \fB--usage\fR | 80 | .ie \*[longopt] \fB-h\fR, \fB--help\fR, \fB--usage\fR |
81 | .el \fB-h\fR | 81 | .el \fB-h\fR |
82 | Display short usage message and exit. | 82 | Display short usage message and exit. |
83 | .TP | 83 | .TP |
84 | .ie \*[longopt] \fB-V\fR, \fB--version\fR | 84 | .ie \*[longopt] \fB-V\fR, \fB--version\fR |
85 | .el \fB-V\fR | 85 | .el \fB-V\fR |
86 | Report version and exit. | 86 | Report version and exit. |
87 | .TP | 87 | .TP |
88 | .ie \*[longopt] \fB-L\fR, \fB--license\fR | 88 | .ie \*[longopt] \fB-L\fR, \fB--license\fR |
89 | .el \fB-L\fR | 89 | .el \fB-L\fR |
90 | Show licensing terms. | 90 | Show licensing terms. |
91 | 91 | ||
92 | .SH EXIT STATUS | 92 | .SH EXIT STATUS |
93 | 93 | ||
94 | Zero in case of success, non-zero otherwise. | 94 | Zero in case of success, non-zero otherwise. |
95 | 95 | ||
96 | .SH FILES | 96 | .SH FILES |
97 | .TP | 97 | .TP |
98 | @sysconfdir@/dudki.conf | 98 | @sysconfdir@/dudki.conf |
99 | Default configuration file. | 99 | Default configuration file. |
100 | .TP | 100 | .TP |
101 | /var/run/dudki.pid | 101 | /var/run/dudki.pid |
102 | Default pid-file for the dudki process. | 102 | Default pid-file for the dudki process. |
103 | 103 | ||
104 | .SH AUTHOR | 104 | .SH AUTHOR |
105 | 105 | ||
106 | Written by Michael 'hacker' Krelin <hacker@klever.net> | 106 | Written by Michael 'hacker' Krelin <hacker@klever.net> |
107 | 107 | ||
108 | .SH COPYRIGHT | 108 | .SH COPYRIGHT |
109 | 109 | ||
110 | Copyright (c) 2004 Klever Group (http://www.klever.net/) | 110 | Copyright (c) 2004-2006 Klever Group (http://www.klever.net/) |
111 | 111 | ||
112 | Permission is hereby granted, free of charge, to any person obtaining a copy of | 112 | Permission is hereby granted, free of charge, to any person obtaining a copy of |
113 | this software and associated documentation files (the "Software"), to deal in | 113 | this software and associated documentation files (the "Software"), to deal in |
114 | the Software without restriction, including without limitation the rights to | 114 | the Software without restriction, including without limitation the rights to |
115 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies | 115 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies |
116 | of the Software, and to permit persons to whom the Software is furnished to do | 116 | of the Software, and to permit persons to whom the Software is furnished to do |
117 | so, subject to the following conditions: | 117 | so, subject to the following conditions: |
118 | 118 | ||
119 | The above copyright notice and this permission notice shall be included in all | 119 | The above copyright notice and this permission notice shall be included in all |
120 | copies or substantial portions of the Software. | 120 | copies or substantial portions of the Software. |
121 | 121 | ||
122 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | 122 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
123 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | 123 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
124 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | 124 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
125 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | 125 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
126 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | 126 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
127 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | 127 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
128 | SOFTWARE. | 128 | SOFTWARE. |
129 | 129 | ||
130 | .SH BUGS | 130 | .SH BUGS |
131 | 131 | ||
132 | You tell me. Send reports to <dudki-bugs@klever.net> | 132 | You tell me. Send reports to <dudki-bugs@klever.net> |
133 | 133 | ||
134 | .SH SEE ALSO | 134 | .SH SEE ALSO |
135 | \fBdudki.conf\fR(5) | 135 | \fBdudki.conf\fR(5) |