2011-04-12 14:39:15 +00:00
|
|
|
[Unit]
|
2012-03-13 09:55:18 +00:00
|
|
|
Description=The Apache HTTP Server
|
2012-06-08 11:52:12 +00:00
|
|
|
After=network.target remote-fs.target nss-lookup.target
|
2011-04-12 14:39:15 +00:00
|
|
|
|
|
|
|
[Service]
|
2012-09-07 09:35:51 +00:00
|
|
|
Type=notify
|
2011-04-12 14:39:15 +00:00
|
|
|
EnvironmentFile=/etc/sysconfig/httpd
|
2012-09-07 09:35:51 +00:00
|
|
|
ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND
|
2012-04-20 11:38:40 +00:00
|
|
|
ExecReload=/usr/sbin/httpd $OPTIONS -k graceful
|
2012-03-13 09:55:18 +00:00
|
|
|
ExecStop=/usr/sbin/httpd $OPTIONS -k graceful-stop
|
2012-01-17 13:17:38 +00:00
|
|
|
PrivateTmp=true
|
2011-04-12 14:39:15 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|