From 685148c39624377c06c4b1a417e1886b52f93f87 Mon Sep 17 00:00:00 2001 From: BrainwreckedTech <3752022+BrainwreckedTech@users.noreply.github.com> Date: Sat, 14 Sep 2019 09:21:38 -0400 Subject: [PATCH] Removed old backup-files units --- backup-files.service | 9 --------- backup-files.timer | 10 ---------- 2 files changed, 19 deletions(-) delete mode 100644 backup-files.service delete mode 100644 backup-files.timer diff --git a/backup-files.service b/backup-files.service deleted file mode 100644 index a39ba39..0000000 --- a/backup-files.service +++ /dev/null @@ -1,9 +0,0 @@ -[Unit] -Description=Backup Files - -[Service] -Type=simple -Nice=19 -IOSchedulingClass=2 -IOSchedulingPriority=7 -ExecStart=/scr/local/backup-fileserver diff --git a/backup-files.timer b/backup-files.timer deleted file mode 100644 index 903b331..0000000 --- a/backup-files.timer +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=Backup Files - -[Timer] -OnCalendar=04:15:00 -AccuracySec=300s -Persistent=true - -[Install] -WantedBy=timers.target