Re: MullvadVPN Installation?
Reply #15 –
To close the running application try Ctrl+D if that doesn't work then try Ctrl+C.
If you just want to go back to your terminal session without closing the app then Ctrl+Z and then type the command:
bg
Note #1: Ctrl+Z stops the process so this is required if you want it to resume as a background process.
Note #2: fg if you want the app to run back as a foreground process again.
If you want to start the application as a background process from the start then just add an ampersand at the end of the command:
/usr/bin/mullvad-daemon -v --disable-stdout-timestamps &