aboutsummaryrefslogtreecommitdiffstats
path: root/arch-system/borg-backup.service
blob: 689ac7528d23b57d209d475e272fcf6f8da71967 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Borg backup service for /home (BTRFS)
Wants=network-online.target
After=network-online.target

[Service]
Nice=19
IOSchedulingClass=3
IOSchedulingPriority=7
ExecStart=/usr/bin/borgbackup
Type=simple

[Install]
WantedBy=multi-user.target