mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
4 lines
184 B
Bash
4 lines
184 B
Bash
|
#!/bin/bash
|
||
|
export SHARELATEX_CONFIG=/etc/sharelatex/settings.coffee
|
||
|
exec /sbin/setuser www-data /usr/bin/node /var/www/sharelatex/contacts/app.js >> /var/log/sharelatex/contacts 2>&1
|