The following changes were made
* killproc in init script now properly uses PID files * pidofproc now checks PID files in init script * Will no longer attempt to start klogd if running in container * Updated default syslog.conf to prevent annoying 'noone' errors * Updated usher to use /bin/sh * Removed chroot from usher (will be performed by latest snap)
This commit is contained in:
@@ -15,12 +15,12 @@ mail.warn -/var/log/mail.warn
|
||||
mail.err -/var/log/mail.err
|
||||
|
||||
# Catch all logs
|
||||
*.=debug;\
|
||||
auth,authpriv.none;\
|
||||
*.=debug; \
|
||||
auth,authpriv.none; \
|
||||
news.none;mail.none -/var/log/debug
|
||||
*.=info;*.=notice;*.=warn;\
|
||||
auth,authpriv.none;\
|
||||
cron,daemon.none;\
|
||||
*.=info;*.=notice;*.=warn; \
|
||||
auth,authpriv.none; \
|
||||
cron,daemon.none; \
|
||||
mail,news.none -/var/log/messages
|
||||
|
||||
# Logging of emergency messages
|
||||
|
||||
Reference in New Issue
Block a user