#!/sbin/openrc-run depend() { need localmount net use dns after bootmisc } start() { wg-quick up wg0 } stop() { wg-quick down wg0 }