wip delete me

This commit is contained in:
Joakim Hulthe
2026-04-20 22:28:17 +02:00
parent 29043fedc1
commit 31152057d6
5 changed files with 6 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
#!/usr/bin/env bash
set -eu
echo "mullvad post-install"
if which systemctl &> /dev/null && systemctl is-system-running | grep -vq offline &> /dev/null; then
if systemctl status mullvad-daemon &> /dev/null; then
systemctl enable "/usr/lib/systemd/system/mullvad-daemon.service"