diff options
Diffstat (limited to 'logwatch-systemd/cron.conf')
-rw-r--r-- | logwatch-systemd/cron.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/logwatch-systemd/cron.conf b/logwatch-systemd/cron.conf new file mode 100644 index 00000000..eee46efd --- /dev/null +++ b/logwatch-systemd/cron.conf @@ -0,0 +1,10 @@ +Archive = +LogFile = +LogFile = emptylog + +# Facilities from /usr/include/sys/syslog.h +# default syslog directive for cron is: cron.* +*JournalCtl = "-q --no-pager -o short SYSLOG_FACILITY=9" + +# copied from existing cron.conf under default.conf/logfiles directory +*RemoveService = anacron |