bundlewrap/bundles/radvd/files/ip-up

9 lines
110 B
Plaintext
Raw Normal View History

#!/bin/bash
2021-06-04 05:28:40 +00:00
if systemctl is-active radvd;
then
systemctl restart radvd
else
systemctl start radvd
fi