diff --git a/iptables-web-checker.service b/iptables-web-checker.service new file mode 100644 index 0000000..520374e --- /dev/null +++ b/iptables-web-checker.service @@ -0,0 +1,8 @@ +[Unit] +Description=A simple web portal for Linux iptables + +[Service] +ExecStart=/root/firewall-portal/bin/python3 /root/firewall-portal/logic.py + +[Install] +WantedBy=multi-user.target diff --git a/iptables-web.service b/iptables-web.service new file mode 100644 index 0000000..daf70d7 --- /dev/null +++ b/iptables-web.service @@ -0,0 +1,8 @@ +[Unit] +Description=A simple web portal for Linux iptables + +[Service] +ExecStart=/root/firewall-portal/bin/python3 /root/firewall-portal/web.py + +[Install] +WantedBy=multi-user.target