bundles/wide-dhcp6c: introduce, add to home.router
This commit is contained in:
parent
6b4eae842b
commit
fa224a9939
7 changed files with 132 additions and 0 deletions
10
bundles/wide-dhcp6c/files/wide-dhcpv6-client.service
Normal file
10
bundles/wide-dhcp6c/files/wide-dhcpv6-client.service
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=WIDE-DHCPv6-Client
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
PIDFile=/run/dhcp6c.pid
|
||||
ExecStart=/usr/sbin/dhcp6c -c /etc/wide-dhcpv6/dhcp6c.conf -p /run/dhcp6c.pid -f ${source}
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
Loading…
Add table
Add a link
Reference in a new issue