summarylogtreecommitdiffstats
path: root/mullvad-daemon.run
blob: 0cd93ff73212c23faad1f3ad0b0f3891bf53eff7 (plain)
1
2
3
4
5
6
7
#!/bin/sh
## Uncomment this and comment out the NetworkManager line if you don't use NetworkManager
# [ "$(ip route | awk '/^default/{print ($3!="")+($5!="")}')" = "2" ] || exit 1 # From the ntpd-runit script
sv check NetworkManager >/dev/null || exit 1

[ -r conf ] && . ./conf
exec /usr/bin/mullvad-daemon -v --disable-stdout-timestamps >/dev/null 2>&1