This repository has been archived on 2025-02-14. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
pyinfra-lxd/files/zfs-scrub.service

12 lines
167 B
SYSTEMD
Raw Normal View History

2021-02-06 17:03:07 +09:00
[Unit]
Description=zpool scrub
[Service]
Nice=19
IOSchedulingClass=idle
KillSignal=SIGINT
ExecStart=/usr/local/bin/zfs-scrub.sh
[Install]
WantedBy=multi-user.target