blob: 20e07be59a8ccb1f412c627738acae0da0c51fcd (
plain)
1
2
3
4
5
6
7
8
|
#!/usr/bin/env bash
set -eu
chmod u+s "/usr/bin/mullvad-exclude"
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"
|