aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user
diff options
context:
space:
mode:
Diffstat (limited to '.config/systemd/user')
-rw-r--r--.config/systemd/user/do-backup.service6
-rw-r--r--.config/systemd/user/do-backup.timer9
2 files changed, 0 insertions, 15 deletions
diff --git a/.config/systemd/user/do-backup.service b/.config/systemd/user/do-backup.service
deleted file mode 100644
index 6559f30..0000000
--- a/.config/systemd/user/do-backup.service
+++ /dev/null
@@ -1,6 +0,0 @@
-[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
diff --git a/.config/systemd/user/do-backup.timer b/.config/systemd/user/do-backup.timer
deleted file mode 100644
index 2bd63e3..0000000
--- a/.config/systemd/user/do-backup.timer
+++ /dev/null
@@ -1,9 +0,0 @@
-[Unit]
-Description=Timer for my monthly backup
-
-[Timer]
-OnCalendar=*-*-01 13:00:00
-Persistent=true
-
-[Install]
-WantedBy=timers.target \ No newline at end of file