#!/bin/sh set -eu # Stop and disable all mullvad services systemctl stop mullvad-daemon.service || true systemctl disable mullvad-daemon.service || true systemctl stop mullvad-early-boot-blocking.service || true systemctl disable mullvad-early-boot-blocking.service || true