diff options
author | Erich Eckner <git@eckner.net> | 2019-09-18 10:22:39 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-09-18 10:22:39 +0200 |
commit | 13574649e92630f85a6e6d592b1cb4d9b128002f (patch) | |
tree | 53d3c757dbd08282fe555edc55bcb09267928883 /doalogwatch.timer | |
parent | 1b7cabb8b940cb9e17a94bb173ebde6d70a3cae8 (diff) | |
download | logwatch-extra-13574649e92630f85a6e6d592b1cb4d9b128002f.tar.xz |
systemd unit and timer new
Diffstat (limited to 'doalogwatch.timer')
-rw-r--r-- | doalogwatch.timer | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doalogwatch.timer b/doalogwatch.timer new file mode 100644 index 0000000..79207f8 --- /dev/null +++ b/doalogwatch.timer @@ -0,0 +1,11 @@ +[Unit] +Description=repeatedly try to report a logwatch + +[Timer] +AccuracySec=1us +RandomizedDelaySec=1h +OnCalendar=*-*-* *:00:00 +Persistent=true + +[Install] +WantedBy=timers.target |