aboutsummaryrefslogtreecommitdiffstats
path: root/roles/proxmox_hypervisor/templates/etc/systemd/system/zfs-trim@.service.j2
blob: ef3ec43948ef217268a77dc2e1ec813c7452e577 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=zpool trim for %i

[Service]
Nice=19
IOSchedulingClass=idle
KillSignal=SIGINT
ExecStart=zpool trim %i

[Install]
WantedBy=multi-user.target