updated with new scripts

This commit is contained in:
root
2021-02-04 22:19:22 -05:00
parent 0167c62088
commit 3340d0695d
27 changed files with 110 additions and 397 deletions

View File

@@ -0,0 +1,13 @@
[Unit]
Description=iptables firewall service
After=network.target
[Service]
Type=oneshot
ExecStart=/etc/iptables/service.sh start
RemainAfterExit=true
ExecStop=/etc/iptables/service.sh stop
StandardOutput=journal
[Install]
WantedBy=multi-user.target