bd3365e
[Unit]
bd3365e
Description=The Apache HTTP Server (@NAME@ MPM)
Jan Kaluza 309ff65
After=syslog.target network.target remote-fs.target nss-lookup.target
bd3365e
bd3365e
[Service]
bd3365e
Type=forking
bd3365e
PIDFile=/var/run/httpd/httpd.pid
bd3365e
EnvironmentFile=/etc/sysconfig/httpd
6f5dcf5
Environment=LANG=C
bd3365e
ExecStart=@EXEC@ $OPTIONS -k start
bd3365e
ExecReload=@EXEC@ $OPTIONS -t
bd3365e
ExecReload=/bin/kill -HUP $MAINPID
bd3365e
ExecStop=@EXEC@ $OPTIONS -k stop
bd3365e
bd3365e
[Install]
bd3365e
WantedBy=multi-user.target