Viitor_httpd/etc/init/httpd.conf

15 lines
269 B
Plaintext
Raw Normal View History

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
expect fork
exec /opt/apache2/bin/httpd -k start