/usr/local/etc/rc.syshook.d/start/51-wireguard-ext
#!/bin/sh# restart web ui in hope to listen also on wireguard interface/usr/local/etc/rc.restart_webgui# restart ssh to also listen on wireguard interfaceconfigctl openssh restart
chmod +x /usr/local/etc/rc.syshook.d/start/51-wireguard-ext