Your IP : 3.22.116.8


Current Path : /usr/lib/systemd/system/
Upload File :
Current File : //usr/lib/systemd/system/httpd-isp@.service

[Unit]
Description=The Apache HTTP Server
After=network.target remote-fs.target nss-lookup.target

[Service]
Type=notify
Environment=LANG=C
ExecStart=/usr/sbin/httpd -f /etc/httpd-isp-%i/conf/httpd.conf -DFOREGROUND
ExecReload=/usr/sbin/httpd -f /etc/httpd-isp-%i/conf/httpd.conf -k graceful
ExecStop=/bin/kill -WINCH ${MAINPID}
KillSignal=SIGCONT
PrivateTmp=true
RuntimeDirectory=httpd-isp-%i

[Install]
WantedBy=multi-user.target