Your IP : 18.219.47.115


Current Path : /etc/systemd/system/multi-user.target.wants/
Upload File :
Current File : //etc/systemd/system/multi-user.target.wants/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