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:
2017-12-02 16:51:21 -06:00
parent 9f9452db63
commit a17524bbcf
4 changed files with 53 additions and 41 deletions

View File

@@ -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