summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2022-07-14 10:24:05 +0100
committerLuke Bratch <luke@bratch.co.uk>2022-07-14 10:24:05 +0100
commitbd23b88f6b8e94f81d31b2a39cc6006e7d54f40f (patch)
tree4d4938888b5d443e6ee7638f5073aa4103309ec2
parent065250e13d4095d0061ee092918971caf4ce2cb6 (diff)
Update SAFE_SERVICES.HEADmaster
-rwxr-xr-xportage-update.sh2
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 ======