Sfoglia il codice sorgente

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

Jakob Ackermann 5 anni fa
parent
commit
b229cbb10e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      runit/contacts-sharelatex/run

+ 1 - 1
runit/contacts-sharelatex/run

@@ -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