iptables-helper/iptables-helper.service
zxb dacee0f550 修改或删除时 自动保存 iptables 配置
添加 service 配置文件
启动服务时加载已保存的规则文件
2023-11-03 10:56:17 +08:00

12 lines
244 B
Desktop File

[Unit]
Description=Iptables Helper
After=network.target
[Service]
Environment="HOME=/root"
ExecStartPre=iptables-restore /etc/iptables.rule
ExecStart=/opt/iptables-helper/iptables-helper
Restart=on-failure
[Install]
WantedBy=multi-user.target