aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/backup-notes.timer
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-04-04 16:41:49 +0100
committerMatthew Lemon <y@yulqen.org>2023-04-04 16:41:49 +0100
commit2d3e521a3c9acb82ac26bab12c0f90621a3c00f6 (patch)
tree29637e0c462b730fe80b7ac1ae6c2ceb9dce2f2f /systemd/backup-notes.timer
parent367e7eb328e8760cbe4b5d5b6e27eec4438d6b74 (diff)
added backup-notes systemd files
Diffstat (limited to '')
-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