remove unused services
This commit is contained in:
parent
a34b13a9ba
commit
d99837d4de
|
@ -4,9 +4,9 @@
|
|||
|
||||
# Array of services to reload. A default list of typical services is listed.
|
||||
# Note that service will only be restarted if it's installed and active,
|
||||
# it's safe to have inactive/unneeded services in this array.
|
||||
# it's safe to have inactive/unneeded services in this array, however those will trigger stderr messages.
|
||||
# Change this to suit your needs.
|
||||
services=(apache2 dovecot exim4 haproxy postfix)
|
||||
services=(apache2 dovecot exim4)
|
||||
|
||||
# Cycle through each service.
|
||||
for service in "${services[@]}"; do
|
||||
|
|
Loading…
Reference in New Issue
Block a user