initial code towards services that will generate files from templates and provide configuration

This commit is contained in:
Blake Harnden 2020-01-16 15:48:21 -08:00
parent 5490f961a6
commit 988ca76cec
8 changed files with 346 additions and 129 deletions

View file

@ -0,0 +1,5 @@
#!/bin/sh
# auto-generated by DefaultRoute service
% for address in addresses:
ip route add default via ${address}
% endfor