Merge branch 'master' into ubuntu-1804

This commit is contained in:
Travis Rowland
2018-08-13 10:11:30 -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=""