12 lines
188 B
SYSTEMD
12 lines
188 B
SYSTEMD
|
[Unit]
|
||
|
Description=borgmatic backup
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/local/bin/borgmatic
|
||
|
# Move it into the background:
|
||
|
Nice=15
|
||
|
IOSchedulingClass=best-effort
|
||
|
IOSchedulingPriority=6
|
||
|
|