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

18 lines
277 B
SYSTEMD
Raw Normal View History

2021-02-01 20:16:00 +09:00
[Unit]
Description=Backup with borgmatic
[Service]
2021-10-23 13:37:51 +09:00
# Lower CPU and I/O priority.
2021-02-01 20:16:00 +09:00
Nice=19
2021-10-23 13:37:51 +09:00
CPUSchedulingPolicy=batch
IOSchedulingClass=best-effort
IOSchedulingPriority=7
IOWeight=100
2021-02-01 20:16:00 +09:00
KillSignal=SIGINT
2021-10-23 13:37:51 +09:00
2021-09-06 18:45:25 +09:00
ExecStart=/usr/bin/borgmatic --stats
2021-02-01 20:16:00 +09:00
[Install]
WantedBy=multi-user.target