[runit] fix the cycling of logs for the contacts service

This commit is contained in:
Jakob Ackermann 2021-01-12 10:15:38 +00:00
parent 284a6e910c
commit b229cbb10e
No known key found for this signature in database
GPG key ID: 30C56800FCA3828A

View file

@ -7,4 +7,4 @@ if [ "$DEBUG_NODE" == "true" ]; then
NODE_PARAMS="--inspect=0.0.0.0:30360"
fi
exec /sbin/setuser www-data /usr/bin/node $NODE_PARAMS /var/www/sharelatex/contacts/app.js >> /var/log/sharelatex/contacts 2>&1
exec /sbin/setuser www-data /usr/bin/node $NODE_PARAMS /var/www/sharelatex/contacts/app.js >> /var/log/sharelatex/contacts.log 2>&1