Files
mullvad-vpn-alpine/mullvad-vpn-daemon/mullvad-vpn-daemon.post-install
2026-03-30 10:20:45 +02:00

9 lines
353 B
Bash

#!/usr/bin/env bash
set -eu
ln -sf /opt/Mullvad\ VPN/resources/mullvad-problem-report /usr/bin/mullvad-problem-report
systemctl enable "/usr/lib/systemd/system/mullvad-daemon.service"
systemctl start mullvad-daemon.service || echo "Failed to start mullvad-daemon.service"
systemctl enable "/usr/lib/systemd/system/mullvad-early-boot-blocking.service"