bundlewrap/bundles/radvd/files/ip-up
Franzi ff85191bbe
All checks were successful
bundlewrap/pipeline/head This commit looks good
bundles/radvd: fix typo
2021-06-04 07:28:40 +02:00

9 lines
110 B
Bash

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