mg
c648a48c4c
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#346 Co-authored-by: mg <michael.grote@posteo.de> Co-committed-by: mg <michael.grote@posteo.de>
11 lines
215 B
Django/Jinja
11 lines
215 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
|
|
ExecStart={{ zfs_extra_path_zpool }} scrub -w %i
|