summaryrefslogtreecommitdiff
path: root/src/systemd/isc-dhcp-relay6.service
blob: a477618b1876ff788a4a1d1df58bcac12b2b6dea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=ISC DHCP IPv6 relay
Documentation=man:dhcrelay(8)
Wants=network-online.target
ConditionPathExists=/run/dhcp-relay/dhcpv6.conf
After=vyos-router.service

[Service]
WorkingDirectory=/run/dhcp-relay
EnvironmentFile=/run/dhcp-relay/dhcpv6.conf
ExecStart=/usr/sbin/dhcrelay -d -6 $OPTIONS

[Install]
WantedBy=multi-user.target