This unit is provided by:
Options
-
[Service]-
ExecStart=/usr/bin/bash -c 'for pool in $(zpool list -H -o name); do zpool trim $pool; done || true'
-
-
[Unit]-
After=zfs-import.target -
Description=ZFS pools trim
-
Additionnal notes
Nothing here.