File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 10
10
11
11
# List of services that should not be automatically restarted.
12
12
# Note: Case patterns (shell "case") may be used.
13
+ # By default all services are blacklisted and will not be restarted.
13
14
#services_blacklist="*"
14
15
15
16
# List of colon separated mappings between program path, the corresponding
Original file line number Diff line number Diff line change @@ -35,12 +35,14 @@ The default value is `"linux-*"`.
35
35
Specifies services that should never be automatically restarted, unless they are on the whitelist (see *services_whitelist*).
36
36
The value is a whitespace separated list of shell patterns describing names of services (e.g. `"++*++"`, `"net.* sshd"`).
37
37
+
38
- The default value is `"*"`.
38
+ The default value is `"*"` (no services will be restarted) .
39
39
40
40
*services_whitelist*::
41
41
Specifies services that shall be automatically restarted when needed.
42
42
This list is evaluated before *services_blacklist*.
43
43
The value is a whitespace separated list of shell patterns describing names of services (e.g. `"nginx s6*"`).
44
+ +
45
+ The default value is `""`
44
46
45
47
*programs_services*::
46
48
Specifies explicit mapping between programs and services, optionally with a runscript action (command) to perform for restart.
You can’t perform that action at this time.
0 commit comments