🌐
ROOT
/
usr
/
lib
/
systemd
/
system
📤 Upload File
📁 New Folder
✏️ EDITING: eig-firewall.service
[Unit] Description=EIG Firewall Service After=syslog.target network.target Before=sshd.service [Service] Type=oneshot ExecStart=/opt/eig_linux/bin/firewall start ExecReload=/opt/eig_linux/bin/firewall restart ExecStop=/opt/eig_linux/bin/firewall stop RemainAfterExit=yes [Install] WantedBy=multi-user.target
💾 SAVE CHANGES
CANCEL