diff options
Diffstat (limited to 'logwatch-systemd/logwatch.timer')
-rw-r--r-- | logwatch-systemd/logwatch.timer | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/logwatch-systemd/logwatch.timer b/logwatch-systemd/logwatch.timer new file mode 100644 index 00000000..d23c4eaf --- /dev/null +++ b/logwatch-systemd/logwatch.timer @@ -0,0 +1,7 @@ +[Unit] +Description=Daily logwatch run + +[Timer] +OnCalendar=daily +AccuracySec=1d +Persistent=true |