blob: b5a4a526670e8c310d5a61d132a13c17d5cd6374 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[Unit]
Description=Borg backup service for /home (BTRFS)
Wants=network-online.target
After=network-online.target
[Service]
RuntimeMaxSec=1800
Nice=19
IOSchedulingClass=3
IOSchedulingPriority=7
ExecStart=/usr/bin/borgbackup
Type=simple
[Install]
WantedBy=multi-user.target
|