Skip to main content
Topic: MullvadVPN Installation? (Read 3823 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

Re: MullvadVPN Installation?

Reply #15
Thx, this got the daemon running but with errors.
I'm not sure how to exit out of the terminal to keep it running so I don't have to restart it every time?
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:
Code: [Select]
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:
Code: [Select]
/usr/bin/mullvad-daemon -v --disable-stdout-timestamps &

Re: MullvadVPN Installation?

Reply #16
Thx everyone for your replies/help!
I have another issue now where on KDE Plasma, under 'System'... System Settings and System Monitor won't open.

I'm going to go ahead and reinstall and see if I get a better install this time.