17 lines
277 B
Desktop File
17 lines
277 B
Desktop File
[Unit]
|
|
Description=Backup with borgmatic
|
|
|
|
[Service]
|
|
# Lower CPU and I/O priority.
|
|
Nice=19
|
|
CPUSchedulingPolicy=batch
|
|
IOSchedulingClass=best-effort
|
|
IOSchedulingPriority=7
|
|
IOWeight=100
|
|
|
|
KillSignal=SIGINT
|
|
|
|
ExecStart=/usr/bin/borgmatic --stats
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|