diff options
| author | St33v <github@f3rr3t.com> | 2020-02-27 12:49:15 +1100 |
|---|---|---|
| committer | St33v <github@f3rr3t.com> | 2020-02-27 12:49:15 +1100 |
| commit | e88b2e86d1b406f41f0b001243e3bb5d5d2122e2 (patch) | |
| tree | 16393bbc60f87598f32cd885cb7b66ff94e96b10 /borgBackup.service | |
| parent | fc61fc8e59e1ff27b170f439517e650943a083f0 (diff) | |
source files moved from /etc/systemd/system/
Diffstat (limited to 'borgBackup.service')
| -rw-r--r--[l---------] | borgBackup.service | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/borgBackup.service b/borgBackup.service index e6ab39a..fa08c6a 120000..100644 --- a/borgBackup.service +++ b/borgBackup.service @@ -1 +1,12 @@ -/etc/systemd/system/borgBackup.service
\ No newline at end of file +[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 |
