2012-01-27 10:03:34 +00:00
|
|
|
[Unit]
|
|
|
|
Description=The Apache HTTP Server (Worker MPM)
|
|
|
|
After=syslog.target network.target remote-fs.target
|
2012-01-28 09:13:05 +00:00
|
|
|
Conflicts=apache.service apache-mpm-event.service
|
2012-01-27 10:03:34 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=forking
|
|
|
|
PIDFile=/var/run/httpd/httpd.pid
|
|
|
|
ExecStart=/usr/sbin/httpd.worker -k start
|
|
|
|
ExecReload=/usr/sbin/httpd.worker -t
|
|
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
ExecStop=/usr/sbin/httpd.worker -k stop
|
|
|
|
PrivateTmp=true
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|