This commit is contained in:
parent
95856a2c2d
commit
ff85191bbe
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if systemctl is-active wide-dhcpv6-client;
|
if systemctl is-active radvd;
|
||||||
then
|
then
|
||||||
systemctl restart radvd
|
systemctl restart radvd
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue