diff options
Diffstat (limited to 'portage-update.sh')
-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 ====== |