make sure to chown the log dir to the app's user

This commit is contained in:
David Dollar
2010-06-28 23:26:55 -04:00
parent ced0d0aa9d
commit 8651bbdbee

View File

@@ -2,6 +2,7 @@ pre-start script
bash << "EOF"
mkdir -p /var/log/<%= app %>
chown -R <%= user %> /var/log/<%= app %>
EOF
end script