fix trim path

This commit is contained in:
mwiegand 2022-01-08 00:01:42 +01:00
parent 44c67ba003
commit c9b76596da

View file

@ -17,7 +17,7 @@
'metadata': {
'systemd-timers': {
'trim': {
'command': '/usr/sbin/fstrim -v /',
'command': '/sbin/fstrim -v /',
'when': 'daily',
},
},