| [Unit] |
| Description=The Apache HTTP Server |
| After=network.target remote-fs.target nss-lookup.target |
| Documentation=man:httpd(8) |
| Documentation=man:apachectl(8) |
|
|
| [Service] |
| Type=notify |
| EnvironmentFile=/etc/sysconfig/httpd |
| ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND |
| ExecReload=/usr/sbin/httpd $OPTIONS -k graceful |
| ExecStop=/bin/kill -WINCH ${MAINPID} |
| |
| |
| |
| |
| |
| KillSignal=SIGCONT |
| PrivateTmp=true |
|
|
| [Install] |
| WantedBy=multi-user.target |