aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/backup_budget.service
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-10-10 17:09:36 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-10-10 17:09:36 +0100
commit3c86744025ae9c3b81f10e5a2392c6b84a1e94c0 (patch)
tree4559f6858622e67d7ef7fa380ac50168a59b223a /systemd/backup_budget.service
parentdf6a7ef5adfe3a676540809ca1c479b9fade5939 (diff)
added systemd timer files
Diffstat (limited to 'systemd/backup_budget.service')
-rw-r--r--systemd/backup_budget.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/systemd/backup_budget.service b/systemd/backup_budget.service
new file mode 100644
index 0000000..2504b36
--- /dev/null
+++ b/systemd/backup_budget.service
@@ -0,0 +1,9 @@
+# must be symlinked from ~/.config/systemd/user
+[Unit]
+Description=Backup budget directory to git-annex
+
+[Service]
+# User=lemon
+# Group=lemon
+Type=oneshot
+ExecStart=/home/lemon/bin/backup_budget_annex.sh > /dev/null 2>&1