diff options
author | Luke Bratch <luke@bratch.co.uk> | 2022-07-14 10:24:05 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2022-07-14 10:24:05 +0100 |
commit | bd23b88f6b8e94f81d31b2a39cc6006e7d54f40f (patch) | |
tree | 4d4938888b5d443e6ee7638f5073aa4103309ec2 | |
parent | 065250e13d4095d0061ee092918971caf4ce2cb6 (diff) |
-rwxr-xr-x | portage-update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portage-update.sh b/portage-update.sh index aa86a6c..a1d9ceb 100755 --- a/portage-update.sh +++ b/portage-update.sh @@ -9,7 +9,7 @@ PORTAGE_TEMP="/var/tmp/portage/*" # Services that are safe to restart if they have deleted files open (e.g. "apache2 sshd vixie-cron") -SAFE_SERVICES="cupsd lvmetad ntpd smartd sshd tor syslog-ng vixie-cron webmin" +SAFE_SERVICES="cupsd fail2ban lvmetad ntpd proftpd smartd sshd tor syslog-ng" # ====== EDIT VARIABLES ABOVE HERE ====== |