RE: How do I get my VPN-daemon to run in the background? 05-04-2021, 12:23 PM
#13
(05-03-2021, 08:02 PM)Equinox Wrote:(05-03-2021, 04:10 PM)poi$on ivy Wrote:(05-03-2021, 02:46 PM)Equinox Wrote: The command I gave you is what enables the daemon. Since it says the service doesn’t exist though, you haven’t created it. You need to create the service unit for systemd to find, and target a specific runtime.How do I enable mullvad-daemon?
Another unit target could also be mullvad-daemon, so try that too
Code:sudo systemctl enable mullvad-daemon
This is the exact syntax it gives when I do systemctl enable ...... xxx:
Code:Failed to enable unit: Unit file mullvad-daemon.service does not exist
How did you install mullvad?
By cloning it from github, building and compiling it, then doing an NPM install.