diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-04-28 19:24:53 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-04-28 19:24:53 +0200 |
commit | c5b7ea987a2e209bc553a89c340d0a208f926c71 (patch) | |
tree | ac3c91bad163868f4246980915b9d240edae9b6d /data/templates/dhcp-client/daemon-options.tmpl | |
parent | 867a0b71acc3f1cbbcfad553952bdbc82070ae4b (diff) | |
download | vyos-1x-c5b7ea987a2e209bc553a89c340d0a208f926c71.tar.gz vyos-1x-c5b7ea987a2e209bc553a89c340d0a208f926c71.zip |
dhclient: T2393: migrate from SysVinit to systemd
Diffstat (limited to 'data/templates/dhcp-client/daemon-options.tmpl')
-rw-r--r-- | data/templates/dhcp-client/daemon-options.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/templates/dhcp-client/daemon-options.tmpl b/data/templates/dhcp-client/daemon-options.tmpl new file mode 100644 index 000000000..ec74a4234 --- /dev/null +++ b/data/templates/dhcp-client/daemon-options.tmpl @@ -0,0 +1 @@ +DHCLIENT_OPTS="-nw -cf /run/dhclient/{{ ifname }}.conf -pf /run/dhclient/{{ ifname }}.pid -lf /run/dhclient/{{ ifname }}.leases {{ ifname }}"
|