12 lines
234 B
Text
12 lines
234 B
Text
|
|
[Unit]
|
||
|
|
Description=Run ZFS Pool Health Monitor daily
|
||
|
|
Requires={{ zfs_systemd_health_service_name }}.service
|
||
|
|
|
||
|
|
[Timer]
|
||
|
|
OnBootSec=5min
|
||
|
|
OnUnitActiveSec={{ zfs_check_interval_seconds }}sec
|
||
|
|
Persistent=true
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=timers.target
|