From cc5c5da0ff1a2aca9f9c3785a90f857d08a27a90 Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Sun, 21 Jun 2020 07:57:27 +0000
Subject: [PATCH] removed systemd units

---
 /dev/null |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/system_backup.service b/system_backup.service
deleted file mode 100644
index 775c5c8..0000000
--- a/system_backup.service
+++ /dev/null
@@ -1,9 +0,0 @@
-[Unit]
-Description=Backup system with Borg
-
-[Service]
-Type=simple
-ExecStart=/root/system_backup.sh
-
-[Install]
-RequiredBy=multi-user.target
\ No newline at end of file
diff --git a/system_backup.timer b/system_backup.timer
deleted file mode 100644
index c783813..0000000
--- a/system_backup.timer
+++ /dev/null
@@ -1,9 +0,0 @@
-[Unit]
-Description=System backup with Borg Timer
-
-[Timer]
-OnCalendar=Daily
-Persistent=true
-
-[Install]
-WantedBy=timers.target
\ No newline at end of file

--
Gitblit v1.9.3