#!/bin/bash if systemctl is-active radvd; then systemctl restart radvd else systemctl start radvd fi