2017-12-20 18:02:37 -05:00
|
|
|
#!/usr/bin/with-contenv bash
|
|
|
|
|
2018-03-15 20:32:35 -04:00
|
|
|
mkdir -p /config/letsencrypt-acme-challenge
|
|
|
|
|
2017-12-20 18:02:37 -05:00
|
|
|
cd /srv/manager
|
|
|
|
node --abort_on_uncaught_exception --max_old_space_size=250 /srv/manager/src/backend/index.js
|