mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
3 lines
184 B
Bash
Executable file
3 lines
184 B
Bash
Executable file
#!/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
|