summarylogtreecommitdiffstats
path: root/mullvadd.initd
diff options
context:
space:
mode:
Diffstat (limited to 'mullvadd.initd')
-rwxr-xr-xmullvadd.initd12
1 files changed, 12 insertions, 0 deletions
diff --git a/mullvadd.initd b/mullvadd.initd
new file mode 100755
index 000000000000..97ab51c6500d
--- /dev/null
+++ b/mullvadd.initd
@@ -0,0 +1,12 @@
+#!/sbin/openrc-run
+description="Mullvad VPN Service"
+
+depend() {
+ need net
+}
+
+supervisor="supervise-daemon"
+command="/opt/Mullvad\ VPN/resources/mullvad-daemon"
+command_args="${MULLVPN_OPTS}"
+#pidfile="/run/${SVCNAME}.pid"
+command_background=true