Compare commits

..

2 commits

Author SHA1 Message Date
mwiegand
36ca196f3a letsencrypt timer 2022-01-08 00:20:50 +01:00
mwiegand
c9b76596da fix trim path 2022-01-08 00:01:42 +01:00
2 changed files with 7 additions and 1 deletions

View file

@ -15,4 +15,10 @@ defaults = {
# }, # },
}, },
}, },
'systemd-timers': {
'letsencrypt': {
'command': '/usr/bin/dehydrated --cron --accept-terms --challenge dns-01',
'when': 'daily',
},
},
} }

View file

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