Sophie

Sophie

distrib > Mandriva > cooker > i586 > media > main-release-src > by-pkgid > 4f6ce36ac52cc3ae6d180b1fa7577130 > files > 19

apache-2.4.2-0.1.src.rpm

[Unit]
Description=The Apache HTTP Server (@NAME@ MPM)
After=syslog.target network.target

[Service]
Type=forking
PIDFile=/var/run/httpd/httpd.pid
EnvironmentFile=/etc/sysconfig/httpd
ExecStart=@EXEC@ $OPTIONS -k start
ExecReload=@EXEC@ $OPTIONS -t
ExecReload=/bin/kill -HUP $MAINPID
ExecStop=@EXEC@ $OPTIONS -k stop
#PrivateTmp=true

[Install]
WantedBy=multi-user.target