diff options
Diffstat (limited to 'etc/systemd/system/[email protected]')
-rw-r--r-- | etc/systemd/system/[email protected] | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/systemd/system/[email protected] b/etc/systemd/system/[email protected] new file mode 100644 index 000000000..903068468 --- /dev/null +++ b/etc/systemd/system/[email protected] @@ -0,0 +1,12 @@ +[Unit] +Description=Monthly zpool scrub timer for %i +Documentation=man:zpool-scrub(8) + +[Timer] +OnCalendar=monthly +Persistent=true +RandomizedDelaySec=1h +Unit=zfs-scrub@%i.service + +[Install] +WantedBy=timers.target |