summaryrefslogtreecommitdiff
path: root/src/systemd/dhcp6c@.service
blob: 08c0d57fa13a36765d623c7650b426f13674ea77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=WIDE DHCPv6 client on %i
Documentation=man:dhcp6c(8) man:dhcp6c.conf(5)
ConditionPathExists=/run/dhcp6c/dhcp6c.%i.conf
After=vyos-router.service

[Service]
WorkingDirectory=/run/dhcp6c
Type=exec
PIDFile=/run/dhcp6c/dhcp6c.%i.pid
ExecStart=/usr/sbin/dhcp6c -D -k /run/dhcp6c/dhcp6c.%i.sock -c /run/dhcp6c/dhcp6c.%i.conf -p /run/dhcp6c/dhcp6c.%i.pid %i

Restart=always

[Install]
WantedBy=multi-user.target