Current File : //lib/systemd/system/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