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