summarylogtreecommitdiffstats
path: root/mullvadd.initd
diff options
context:
space:
mode:
authorvojvoda3432021-10-27 10:13:52 +0200
committervojvoda3432021-10-27 10:13:52 +0200
commitdeda13e7a29388f07f6c5eaa8e5141d9a466336c (patch)
tree23fa8aa64e4298b1a97d56b0883bd586a42c5e94 /mullvadd.initd
downloadaur-deda13e7a29388f07f6c5eaa8e5141d9a466336c.tar.gz
initial commit
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