Re: Mullvad VPN Init
Reply #1 –
I installed mullvad-vpn-beta-bin from AUR
i created the following file:
/etc/init.d/mullvad
#!/sbin/openrc-run
description="Mullvad VPN Service"
depend() {
need net
}
supervisor="supervise-daemon"
command="/opt/Mullvad\ VPN/resources/mullvad-daemon"
command_args="${MULLVPN_OPTS}"
#pidfile="/run/${SVCNAME}.pid"
command_background=true
I also set
/usr/share/applications/mullvad-vpn.desktop
to autostart (in KDE/plasma), then do the regular
rc-update add mullvadvpn default
and so far it's been working well enough