-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathsvctl.1
More file actions
30 lines (30 loc) · 857 Bytes
/
svctl.1
File metadata and controls
30 lines (30 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.TH svctl 1
'''
.SH NAME
\fBsvctl\fR \- supervisor control tool.
'''
.SH DESCRIPTION
This tool sends commands to \fBsvhub\fR(8) and pretty-prints the responses.
'''
.SH USAGE
.IP "\fBsvctl\fR" 4
List supervised processes.
.IP "\fBsvctl show \fIname\fR" 4
Show status of a given service.
.IP "\fBsvctl flush \fIname\fR" 4
Empty the ring buffer of a named process.
.IP "\fBsvctl\fR {\fBstart\fR|\fBstop\fR|\fBrestart\fR} \fIname\fR" 4
Spawn of kill named service.
.IP "\fBsvctl\fR {\fBsuspend\fR|\fBresume\fR|\fBhup\fR} \fIname\fR" 4
Send SIGSTOP/SIGCONT/SIGHUP repectively.
.IP "\fBsvctl\fR \fBreload\fR" 4
Re-scan config directory and update the list of services.
.IP "\fBsvctl\fR {\fBreboot\fR|\fBhalt\fR|\fBpoweroff\fR}" 4
Stop all services and then the system itself.
'''
.SH FILES
.IP "/run/ctrl/svhub" 4
Control socket.
'''
.SH SEE ALSO
\fBsvhub\fR(8)