bundles/cron: use MAILTO=, rework metadata syntax
This commit is contained in:
parent
533f8075ca
commit
0d865c93d4
22 changed files with 113 additions and 65 deletions
|
@ -47,11 +47,13 @@ nodes['home.router'] = {
|
|||
},
|
||||
},
|
||||
'cron': {
|
||||
# Our internet provider resets the connection if you're
|
||||
# connected longer than 24 hours. We install this cronjob
|
||||
# to make sure we don't get disconnected randomly during the
|
||||
# day.
|
||||
'restart_pppd': '23 2 * * * root systemctl restart pppoe && date -u +\%s > /var/tmp/pppd-last-restart.status',
|
||||
'jobs': {
|
||||
# Our internet provider resets the connection if you're
|
||||
# connected longer than 24 hours. We install this cronjob
|
||||
# to make sure we don't get disconnected randomly during the
|
||||
# day.
|
||||
'restart_pppd': '23 2 * * * root systemctl restart pppoe && date -u +\%s > /var/tmp/pppd-last-restart.status',
|
||||
},
|
||||
},
|
||||
'dhcpd': {
|
||||
'subnets': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue