mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 04:41:32 +02:00
3 lines
189 B
Bash
Executable File
3 lines
189 B
Bash
Executable File
#!/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 |