Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Unit]
- Description=Load iptables rules
- Before=network.target
- [Service]
- Type=oneshot
- ExecStart=/bin/bash /root/firewall.sh
- RemainAfterExit=yes
- [Install]
- WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement