From 748b46b393261c10dfe05f13b4e7dcc180384e9f Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 8 Feb 2023 16:28:07 +0100 Subject: [PATCH] system: bring ZFS to front of cron job description --- src/opnsense/service/conf/actions.d/actions_zfs.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/opnsense/service/conf/actions.d/actions_zfs.conf b/src/opnsense/service/conf/actions.d/actions_zfs.conf index 17e887eb7..3200afbb1 100644 --- a/src/opnsense/service/conf/actions.d/actions_zfs.conf +++ b/src/opnsense/service/conf/actions.d/actions_zfs.conf @@ -3,11 +3,11 @@ command:/usr/sbin/daemon -f /sbin/zpool trim parameters:%s type:script message:Trimming ZFS pool %s -description:Trim ZFS Pool +description:ZFS pool trim [scrub] command:/usr/sbin/daemon -f /sbin/zpool scrub parameters:%s type:script message:Scrubbing ZFS Pool %s -description:Scrub ZFS Pool +description:ZFS pool scrub