Browse Source

bindsto bitwarden

merge-requests/79/head
Steven Foerster 5 years ago
parent
commit
b759ed605c
  1. 3
      scripts/services/Mistborn-bitwarden.service
  2. 2
      scripts/subinstallers/iptables.sh

3
scripts/services/Mistborn-bitwarden.service

@ -1,8 +1,7 @@
[Unit] [Unit]
Description=Mistborn Bitwarden Service Description=Mistborn Bitwarden Service
Requires=Mistborn-base.service BindsTo=Mistborn-base.service
After=Mistborn-base.service After=Mistborn-base.service
PartOf=Mistborn-base.service
[Service] [Service]
Restart=always Restart=always

2
scripts/subinstallers/iptables.sh

@ -6,7 +6,7 @@ figlet "Mistborn: Configuring Firewall"
echo "stop iptables wrappers" echo "stop iptables wrappers"
if [ "$DISTRO" == "ubuntu" ]; then if [ "$DISTRO" == "ubuntu" ]; then
# Disable UFW echo "Disabling UFW"
sudo systemctl stop ufw || true sudo systemctl stop ufw || true
sudo systemctl disable ufw || true sudo systemctl disable ufw || true
fi fi

Loading…
Cancel
Save