aboutsummaryrefslogtreecommitdiff
path: root/scripts/os/freebsd/20-zfs
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/os/freebsd/20-zfs')
-rw-r--r--scripts/os/freebsd/20-zfs2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/os/freebsd/20-zfs b/scripts/os/freebsd/20-zfs
index 1cdc465..5d86df4 100644
--- a/scripts/os/freebsd/20-zfs
+++ b/scripts/os/freebsd/20-zfs
@@ -7,5 +7,5 @@ create_dataset -o mountpoint=none "$state_dataset"
# If this is baremetal host or a VM, trim the zpools periodically.
if [ "$BOXCONF_VIRTUALIZATION_TYPE" != jail ]; then
- install_file -m 0644 /etc/cron.d/zfs-trim
+ install_file -m 0644 /etc/cron.d/zfs
fi