This repository has been archived on 2025-02-14. You can view files and clone it, but cannot push or open issues or pull requests.
pyinfra-lxd/files/borgmatic.service
2021-10-23 13:37:51 +09:00

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