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