From e88b2e86d1b406f41f0b001243e3bb5d5d2122e2 Mon Sep 17 00:00:00 2001 From: St33v Date: Thu, 27 Feb 2020 12:49:15 +1100 Subject: source files moved from /etc/systemd/system/ --- borgBackup.service | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) mode change 120000 => 100644 borgBackup.service (limited to 'borgBackup.service') diff --git a/borgBackup.service b/borgBackup.service deleted file mode 120000 index e6ab39a..0000000 --- a/borgBackup.service +++ /dev/null @@ -1 +0,0 @@ -/etc/systemd/system/borgBackup.service \ No newline at end of file diff --git a/borgBackup.service b/borgBackup.service new file mode 100644 index 0000000..fa08c6a --- /dev/null +++ b/borgBackup.service @@ -0,0 +1,12 @@ +[Unit] +Description=Borg daily backup + +[Service] +Type=simple +Nice=19 +IOSchedulingClass=2 +IOSchedulingPriority=7 +ExecStartPre=-/usr/bin/borg break-lock /mnt/bak/borg +ExecStart=-/etc/systemd/system/borgAuto.sh +User=st33v +Group=st33v -- cgit v1.3