Viitor_httpd/etc/init/httpd.conf
kueller 400556b9ae PIDFILE Check mit CheckPid eingebaut
git-svn-id: svn://svn.compuextreme.de/Viitor/V963/Viitor_httpd@6212 504e572c-2e33-0410-9681-be2bf7408885
2011-08-19 09:27:45 +00:00

19 lines
333 B
ApacheConf

description "Start the apache web server"
author "Harald Kueller <harald.kueller@compuextreme.de>"
version 1.0
emits none special
start on (runlevel [345] and (started ifup))
stop on runlevel [0126]
console none
pre-start script
/sbin/CheckPid /var/run/httpd.pid
end script
expect fork
exec /opt/apache2/bin/httpd -k start