aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/do-backup.service
diff options
context:
space:
mode:
Diffstat (limited to '.config/systemd/user/do-backup.service')
-rw-r--r--.config/systemd/user/do-backup.service6
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/systemd/user/do-backup.service b/.config/systemd/user/do-backup.service
new file mode 100644
index 0000000..6559f30
--- /dev/null
+++ b/.config/systemd/user/do-backup.service
@@ -0,0 +1,6 @@
+[Unit]
+Description=Create a backup for the month
+
+[Service]
+Type=oneshot
+ExecStart=/bin/bash /home/mssola/bin/do-backup.sh \ No newline at end of file