aboutsummaryrefslogtreecommitdiffstats
path: root/roles/zfs/templates/etc/systemd/system/zfs-scrub@.service.j2
blob: 3dfb199d1e5c3b1df1cab4afd60421bc1337ba17 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=zpool scrub for %i

[Service]
Nice=19
IOSchedulingClass=idle
KillSignal=SIGINT
ExecStart=zpool scrub %i

[Install]
WantedBy=multi-user.target