diff --git a/scripts/services/Mistborn-bitwarden.service b/scripts/services/Mistborn-bitwarden.service index 8b0c8de..f271a05 100644 --- a/scripts/services/Mistborn-bitwarden.service +++ b/scripts/services/Mistborn-bitwarden.service @@ -1,8 +1,7 @@ [Unit] Description=Mistborn Bitwarden Service -Requires=Mistborn-base.service +BindsTo=Mistborn-base.service After=Mistborn-base.service -PartOf=Mistborn-base.service [Service] Restart=always diff --git a/scripts/subinstallers/iptables.sh b/scripts/subinstallers/iptables.sh index 84aada7..ba7784e 100755 --- a/scripts/subinstallers/iptables.sh +++ b/scripts/subinstallers/iptables.sh @@ -6,7 +6,7 @@ figlet "Mistborn: Configuring Firewall" echo "stop iptables wrappers" if [ "$DISTRO" == "ubuntu" ]; then - # Disable UFW + echo "Disabling UFW" sudo systemctl stop ufw || true sudo systemctl disable ufw || true fi