bundlewrap/bundles/pppd/metadata.py
2020-12-10 16:14:17 +01:00

14 lines
348 B
Python

defaults = {
'apt': {
'packages': {
'ppp': {},
'pppoe': {},
'python3-requests': {},
'python3-netifaces': {},
'ndisc6': {},
},
},
'cron': {
'restart-pppoe-if-no-public-ip': '*/5 * * * * root /usr/local/bin/restart-pppoe-if-no-public-ip',
},
}