Fix httpd folder creation

This commit is contained in:
Michal Konečný 2018-11-29 12:37:50 +01:00
parent ee5d0e1bcb
commit 29fca72793

View file

@ -139,7 +139,7 @@ items:
format = %(levelname)-5.5s [%(name)s] %(message)s
datefmt = %H:%M:%S
start.sh: |-
mkdir /httpdir/run
mkdir -p /httpdir/run
ln -s /etc/httpd/modules /httpdir/modules
truncate --size=0 /httpdir/accesslog /httpdir/errorlog
tail -qf /httpdir/accesslog /httpdir/errorlog &