diff options
author | Luke Bratch <luke@bratch.co.uk> | 2017-12-12 17:33:45 +0000 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2017-12-12 17:33:45 +0000 |
commit | bbf1068f9bb7f3474da5d415a58d0fda9c33ed81 (patch) | |
tree | 679701c5d49b8e60fb8692fc3246d0e2f69976dc | |
parent | 85219ec2a4f05a5ce8c49657755c7166d1df2e15 (diff) |
Set some saner default variables
-rwxr-xr-x | portage-update.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/portage-update.sh b/portage-update.sh index 307c1c5..9800ce9 100755 --- a/portage-update.sh +++ b/portage-update.sh @@ -6,10 +6,10 @@ # ====== EDIT VARIABLES BELOW HERE ====== # Portage temporary directory to be passed to "rm -rf", if you would like it cleared afterwards (e.g. "/tmp/portage/*") -PORTAGE_TEMP="/tmp/portage/*" +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="apache2 cupsd lvmetad ntpd proftpd smartd sshd tor syslog-ng vixie-cron webmin" +SAFE_SERVICES="cupsd lvmetad ntpd smartd sshd tor syslog-ng vixie-cron webmin" # ====== EDIT VARIABLES ABOVE HERE ====== |