From b759ed605cc7d6e62e17434203e7523d1b6c866d Mon Sep 17 00:00:00 2001 From: Steven Foerster Date: Mon, 26 Apr 2021 21:05:50 -0400 Subject: [PATCH] bindsto bitwarden --- scripts/services/Mistborn-bitwarden.service | 3 +-- scripts/subinstallers/iptables.sh | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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