-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathsvcctl.1
More file actions
28 lines (28 loc) · 726 Bytes
/
svcctl.1
File metadata and controls
28 lines (28 loc) · 726 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
.TH svcctl 1
'''
.SH NAME
\fBsvcctl\fR \- system service control tool.
'''
.SH DESCRIPTION
This tool sends commands to \fBsvchub\fR(8) and prints the responses.
'''
.SH USAGE
.IP "\fBsvcctl\fR" 4
List system services.
.IP "\fBsvcctl show \fIname\fR" 4
Show status of a given service.
.IP "\fBsvcctl flush \fIname\fR" 4
Empty the ring buffer of a named service.
.IP "\fBsvcctl\fR {\fBstart\fR|\fBstop\fR|\fBrestart\fR} \fIname\fR" 4
Spawn of kill named service.
.IP "\fBsvcctl\fR \fBhup\fR \fIname\fR" 4
Send SIGHUP to the service.
.IP "\fBsvcctl\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
\fBsvchub\fR(8)