Your IP : 3.148.106.250
Current Path : /lib/systemd/system/ |
|
Current File : //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