diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-04-21 16:22:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-21 16:22:48 +0200 |
commit | 1f3f368aaa7149460bfe98cefa8f7840681a95bc (patch) | |
tree | edf670b82426b741ee7817cc20191c1f6c56529d | |
parent | e4cc4b75a324068d35472382ea8a9bb297a24883 (diff) | |
parent | 4dc0e51c144d5e857191245a8810594ca6947a8a (diff) | |
download | vyos-1x-1f3f368aaa7149460bfe98cefa8f7840681a95bc.tar.gz vyos-1x-1f3f368aaa7149460bfe98cefa8f7840681a95bc.zip |
Merge pull request #364 from jjakob/dhcpv6-op-mode-fix
op-mode: T2348: fix restart dhcpv6 server service name
-rw-r--r-- | op-mode-definitions/dhcp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/dhcp.xml b/op-mode-definitions/dhcp.xml index f142cdd0e..2013d0014 100644 --- a/op-mode-definitions/dhcp.xml +++ b/op-mode-definitions/dhcp.xml @@ -149,7 +149,7 @@ <properties> <help>Restart the DHCPv6 server process</help> </properties> - <command>sudo systemctl restart isc-dhcpv6-server.service</command> + <command>sudo systemctl restart isc-dhcp-server6.service</command> </node> <node name="relay-agent"> <properties> |