From ff85191bbe50bd4be449d6c4c7f6d68fe1b019de Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Fri, 4 Jun 2021 07:28:40 +0200 Subject: [PATCH] bundles/radvd: fix typo --- bundles/radvd/files/ip-up | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/radvd/files/ip-up b/bundles/radvd/files/ip-up index 1292b93..7e7f33b 100644 --- a/bundles/radvd/files/ip-up +++ b/bundles/radvd/files/ip-up @@ -1,6 +1,6 @@ #!/bin/bash -if systemctl is-active wide-dhcpv6-client; +if systemctl is-active radvd; then systemctl restart radvd else