2024-07-23 15:17:57 -06:00
|
|
|
[Unit]
|
|
|
|
Description=iptables firewall service
|
2024-07-26 18:45:05 -06:00
|
|
|
After=gdm.service
|
2024-07-23 15:17:57 -06:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2024-09-23 15:44:35 -06:00
|
|
|
ExecStart=bash /opt/firewall/firewall.sh start
|
|
|
|
ExecStop=bash /opt/firewall/firewall.sh stop
|
2024-07-23 15:17:57 -06:00
|
|
|
RemainAfterExit=true
|
|
|
|
StandardOutput=journal
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|