Move systemd stuff out of pre-deinstall

This commit is contained in:
Joakim Hulthe
2026-04-23 15:25:50 +02:00
parent 6b66146b2a
commit 8c8579b3f6
5 changed files with 15 additions and 11 deletions

View File

@@ -0,0 +1,8 @@
#!/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