Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save xergio/d072e8bf5ff3e4e5e6c2b1a747f447fa to your computer and use it in GitHub Desktop.
Save xergio/d072e8bf5ff3e4e5e6c2b1a747f447fa to your computer and use it in GitHub Desktop.
Sur: segunda para de la activación de reglas iptables durante el boot
# Este servicio activa reglas con iptables llamando a un script
#
# Instalar con:
# systemctl enable firewall_2_pre_network.service
#
[Unit]
Description=Activar reglas iptables despues de la red
Wants=network-online.target internet_wait.service
After=network-online.target internet_wait.service
[Service]
Type=oneshot
ExecStart=/bin/bash /root/firewall/sur_firewall_2_post_network.sh
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment