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