mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
added runit
This commit is contained in:
parent
40c4f281c1
commit
dcdc56cbe2
1 changed files with 3 additions and 0 deletions
3
server-ce/runit/notifications-sharelatex/run.sh
Executable file
3
server-ce/runit/notifications-sharelatex/run.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/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
|
Loading…
Reference in a new issue