13 lines
208 B
SYSTEMD
13 lines
208 B
SYSTEMD
|
[Unit]
|
||
|
Description=Monthly zpool trim timer for %i
|
||
|
Documentation=man:zpool-trim(8)
|
||
|
|
||
|
[Timer]
|
||
|
OnCalendar=monthly
|
||
|
Persistent=true
|
||
|
RandomizedDelaySec=1h
|
||
|
Unit=zfs-trim@%i.service
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|