summaryrefslogtreecommitdiffhomepage
path: root/linux
diff options
context:
space:
mode:
Diffstat (limited to 'linux')
-rw-r--r--linux/mullvad-daemon.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/linux/mullvad-daemon.service b/linux/mullvad-daemon.service
new file mode 100644
index 0000000000..2fe6550f51
--- /dev/null
+++ b/linux/mullvad-daemon.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Mullvad VPN daemon
+Wants=network.target
+
+[Service]
+ExecStart="/opt/Mullvad VPN/resources/mullvad-daemon" --disable-stdout-timestamps
+
+[Install]
+WantedBy=multi-user.target