This commit is contained in:
mwiegand 2021-10-09 14:37:32 +02:00
parent 82b84aacc5
commit 0e534380e3

View file

@ -38,7 +38,7 @@ def renew(metadata):
return {
'systemd-timers': {
'letsencrypt': {
'command': '/usr/bin/dehydrated --cron --accept-terms --challenge http-01 && /usr/bin/dehydrated --cleanup',
'command': '/bin/bash -c "/usr/bin/dehydrated --cron --accept-terms --challenge http-01 && /usr/bin/dehydrated --cleanup"',
'when': 'daily',
},
},