Re: Need help setting up Mullvad VPN
Reply #3 –
I use mullvad on my system. As alium says, you can create your own run file by grabbing the useful bits out of the systemd service file. Here's what mine looks like:
#!/bin/sh
[ -r conf ] && . ./conf
exec /opt/Mullvad\ VPN/resources/mullvad-daemon -v --disable-stdout-timestamps 2>&1