aboutsummaryrefslogtreecommitdiff
path: root/systemd/backup.service
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-03-21 10:29:56 +0100
committerlonkaars <loek@pipeframe.xyz>2022-03-21 10:29:56 +0100
commit2224bfa7af546bcf41f7d4a2f91d603f1eb96f76 (patch)
tree8aaa331b4550b9f3f19050377b8b634a829def2d /systemd/backup.service
initial commitHEADmaster
Diffstat (limited to 'systemd/backup.service')
-rw-r--r--systemd/backup.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/systemd/backup.service b/systemd/backup.service
new file mode 100644
index 0000000..4e35922
--- /dev/null
+++ b/systemd/backup.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Backup cronjob
+
+[Service]
+Type=oneshot
+ExecStart=/root/backup/run
+
+[Install]
+WantedBy=multi-user.target