mg
49f3c00885
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#341 Co-authored-by: mg <michael.grote@posteo.de> Co-committed-by: mg <michael.grote@posteo.de>
13 lines
316 B
Django/Jinja
13 lines
316 B
Django/Jinja
{{ file_header | default () }}
|
|
|
|
[Unit]
|
|
Description=Scrub ZFS pool "%i"
|
|
Requires=zfs.target
|
|
After=zfs.target
|
|
OnFailure=zpool-scrub-mail.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStartPre=-{{ zfs_extra_path_zpool }} scrub -s %i
|
|
ExecStart={{ zfs_extra_path_zpool }} scrub -w %i
|
|
ExecStop={{ zfs_extra_path_zpool }} scrub -s %i
|