Franziska Kunsmann
ff85191bbe
All checks were successful
bundlewrap/pipeline/head This commit looks good
8 lines
110 B
Bash
8 lines
110 B
Bash
#!/bin/bash
|
|
|
|
if systemctl is-active radvd;
|
|
then
|
|
systemctl restart radvd
|
|
else
|
|
systemctl start radvd
|
|
fi
|