dotfiles/.bin/netrestart

10 lines
176 B
Plaintext
Raw Normal View History

2023-01-10 22:18:46 +01:00
#!/bin/sh -x
2023-03-28 18:19:41 +02:00
#doas ifconfig trunk1 destroy
#doas ifconfig trunk0 destroy
2023-01-10 22:18:46 +01:00
doas sh /etc/netstart
2023-03-28 18:19:41 +02:00
sleep 1
sleep 1
sleep 1
2023-01-10 22:18:46 +01:00
doas rcctl restart resolvd
doas rcctl restart dhcpleased