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