diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-07-27 10:51:07 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-07-27 10:51:07 +0300 |
| commit | e435673af841e98005ce40390fdef2404cb59226 (patch) | |
| tree | 6ab73f76c0a887b4fb596860258cffd5efa99a6b /roles | |
| parent | 8c7050dd7a248ec5af8d2cd365959811b33ea619 (diff) | |
Enable zfs scrub
Diffstat (limited to 'roles')
| -rw-r--r-- | roles/host/templates/etc_periodic.conf.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/host/templates/etc_periodic.conf.j2 b/roles/host/templates/etc_periodic.conf.j2 index 176b55d..9533da9 100644 --- a/roles/host/templates/etc_periodic.conf.j2 +++ b/roles/host/templates/etc_periodic.conf.j2 @@ -1,4 +1,5 @@ daily_status_smart_enable="YES" daily_status_security_inline="YES" daily_status_zfs_enable="YES" +daily_scrub_zfs_enable="YES" weekly_certbot_enable="YES" |
