aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/backup-notes.timer
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/backup-notes.timer')
-rw-r--r--systemd/backup-notes.timer10
1 files changed, 10 insertions, 0 deletions
diff --git a/systemd/backup-notes.timer b/systemd/backup-notes.timer
new file mode 100644
index 0000000..e8d4a71
--- /dev/null
+++ b/systemd/backup-notes.timer
@@ -0,0 +1,10 @@
+[Unit]
+Description=Run backup-notes service every 30 minutes
+
+[Timer]
+OnBootSec=10m
+OnUnitActiveSec=30m
+Unit=backup-notes.service
+
+[Install]
+WantedBy=timers.target