Fix httpd folder creation
This commit is contained in:
parent
ee5d0e1bcb
commit
29fca72793
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ items:
|
||||||
format = %(levelname)-5.5s [%(name)s] %(message)s
|
format = %(levelname)-5.5s [%(name)s] %(message)s
|
||||||
datefmt = %H:%M:%S
|
datefmt = %H:%M:%S
|
||||||
start.sh: |-
|
start.sh: |-
|
||||||
mkdir /httpdir/run
|
mkdir -p /httpdir/run
|
||||||
ln -s /etc/httpd/modules /httpdir/modules
|
ln -s /etc/httpd/modules /httpdir/modules
|
||||||
truncate --size=0 /httpdir/accesslog /httpdir/errorlog
|
truncate --size=0 /httpdir/accesslog /httpdir/errorlog
|
||||||
tail -qf /httpdir/accesslog /httpdir/errorlog &
|
tail -qf /httpdir/accesslog /httpdir/errorlog &
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue