aboutsummaryrefslogblamecommitdiff
path: root/etc/networkd-dispatcher/carrier.d/run-he-ipv6-update.sh
blob: e88437fbcdceb672add78a205f336678bb77d800 (plain) (tree)
1
2
3
4
5




                                                                       
#!/bin/sh

if test $IFACE = "he-ipv6" -a $AdministrativeState = "configured"; then
	systemctl restart he-ipv6-update.service
fi