$ sudo systemctl enable fstrim.timer; $ sudo systemctl start fstrim.service; $ sudo systemctl status fstrim.service; Check the timer systemctl cat fstrim.timer
and look for the Persistent=true
that will start the fstrim.service next time on boot
$ sudo systemctl enable fstrim.timer; $ sudo systemctl start fstrim.service; $ sudo systemctl status fstrim.service; Check the timer systemctl cat fstrim.timer
and look for the Persistent=true
that will start the fstrim.service next time on boot