diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-04-05 17:10:33 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-04-05 17:10:33 +0200 |
commit | 189b1fbabc17bb65e4a4293788a6abbea9923b30 (patch) | |
tree | 8f581989c8d222cbe3eab8632e7b2911c0ed95c1 /data/templates/dhcp/daemon.tmpl | |
parent | b2d299a9f576b4580ce1f2764db108062743cf17 (diff) | |
download | vyos-1x-189b1fbabc17bb65e4a4293788a6abbea9923b30.tar.gz vyos-1x-189b1fbabc17bb65e4a4293788a6abbea9923b30.zip |
dhcp: T2230: move inlined templates to dedicated files
Diffstat (limited to 'data/templates/dhcp/daemon.tmpl')
-rw-r--r-- | data/templates/dhcp/daemon.tmpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/templates/dhcp/daemon.tmpl b/data/templates/dhcp/daemon.tmpl new file mode 100644 index 000000000..f88032d38 --- /dev/null +++ b/data/templates/dhcp/daemon.tmpl @@ -0,0 +1,8 @@ +### Autogenerated by dhcp_server.py ### + +# sourced by /etc/init.d/isc-dhcpv4-server + +DHCPD_CONF={{ config_file }} +DHCPD_PID={{ pid_file }} +OPTIONS="-4 -lf {{ lease_file }}" +INTERFACES="" |