summaryrefslogtreecommitdiff
path: root/doalogwatch.timer
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-09-18 10:22:39 +0200
committerErich Eckner <git@eckner.net>2019-09-18 10:22:39 +0200
commit13574649e92630f85a6e6d592b1cb4d9b128002f (patch)
tree53d3c757dbd08282fe555edc55bcb09267928883 /doalogwatch.timer
parent1b7cabb8b940cb9e17a94bb173ebde6d70a3cae8 (diff)
downloadlogwatch-extra-13574649e92630f85a6e6d592b1cb4d9b128002f.tar.xz
systemd unit and timer new
Diffstat (limited to 'doalogwatch.timer')
-rw-r--r--doalogwatch.timer11
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