-
Notifications
You must be signed in to change notification settings - Fork 0
/
allservice.1
48 lines (48 loc) · 881 Bytes
/
allservice.1
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
.\" $Id$
.TH ALLSERVICE 1 "July 2018" "FreeBSD" "User Manuals"
.SH NAME
allservice \- Easy handling of a FreeBSD services
.SH SYNOPSIS
.TP
.B allservice [local] [command]
.SH DESCRIPTION
.B allservice
is a script to run a command on all services.
.SH ARGUMENTS
.TP
.B local
Restrict commands to services in /usr/local/etc/*
.TP
.B start
Start all services.
.TP
.B stop
Stop all services.
.TP
.B restart
Restart all services.
.TP
.B status
Show status of all services.
.SH "FILES"
.B /usr/local/etc/allservice.txt
Rc files listed in here will be ignored.
.SH "EXAMPLES"
.TP
.B List all service rc files.
.IP
allservice
.TP
.B Show status of all services.
.IP
allservice status
.TP
.B Restarting all services after "pkg update".
.IP
allservice local restart
.SH "SEE ALSO"
.TP
.B check-allservice(1)
Easy monitoring of a FreeBSD services.
.SH "AUTHOR"
Dirk Meyer, [email protected]