Compare commits
2 commits
44c67ba003
...
36ca196f3a
Author | SHA1 | Date | |
---|---|---|---|
![]() |
36ca196f3a | ||
![]() |
c9b76596da |
2 changed files with 7 additions and 1 deletions
|
@ -15,4 +15,10 @@ defaults = {
|
||||||
# },
|
# },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
'systemd-timers': {
|
||||||
|
'letsencrypt': {
|
||||||
|
'command': '/usr/bin/dehydrated --cron --accept-terms --challenge dns-01',
|
||||||
|
'when': 'daily',
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
|
@ -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',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue