fix trim path
This commit is contained in:
parent
44c67ba003
commit
c9b76596da
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
'metadata': {
|
||||
'systemd-timers': {
|
||||
'trim': {
|
||||
'command': '/usr/sbin/fstrim -v /',
|
||||
'command': '/sbin/fstrim -v /',
|
||||
'when': 'daily',
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue