Your IP : 18.118.24.184


Current Path : /usr/lib/systemd/system/
Upload File :
Current File : //usr/lib/systemd/system/ihttpd.service

[Unit]
Description = Internal HTTP server for ispmanager
After = syslog.target nss-lookup.target network.target network-online.target
Wants = network-online.target

[Service]
Type =  forking
ExecStart = /usr/local/mgr5/sbin/ihttpd
ExecReload = /usr/local/mgr5/sbin/ihttpd -R
PIDFile = /usr/local/mgr5/var/ihttpd.pid
Restart = on-failure

[Install]
WantedBy = multi-user.target