11 lines
211 B
Text
11 lines
211 B
Text
|
|
[Unit]
|
||
|
|
Description=Run ZFS Scrub on last day of every month at 4:00 AM
|
||
|
|
Requires={{ zfs_systemd_scrub_service_name }}.service
|
||
|
|
|
||
|
|
[Timer]
|
||
|
|
OnCalendar=*-*~01 04:00:00
|
||
|
|
Persistent=true
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=timers.target
|