summarylogtreecommitdiffstats
path: root/mullvadd.initd
blob: 5d3c357ef1abe55db7bd3810e8c987b9e410cc39 (plain)
1
2
3
4
5
6
7
8
9
10
11
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/${RC_SVCNAME}.pid"
command_background=true