Merge branch 'master' into bernick_18.04

This commit is contained in:
Travis Rowland
2018-07-18 08:17:52 -07:00
committed by GitHub
2 changed files with 10 additions and 6 deletions

View File

@@ -14,6 +14,10 @@ else
sed -i 's/##SYSLOG_OUTPUT_MODE_DEV_STDOUT##/file/' /etc/syslog-ng/syslog-ng.conf
fi
# If /var/log is writable by another user logrotate will fail
/bin/chown root:root /var/log
/bin/chmod 0755 /var/log
PIDFILE="/var/run/syslog-ng.pid"
SYSLOGNG_OPTS=""