Skip to content

Commit 2fca6f6

Browse files
committed
Extra files for the build
1 parent d147263 commit 2fca6f6

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[program:eval-server]
2+
command=/usr/local/bin/start-eval-server.sh
3+
autostart=true
4+
autorestart=true
5+
stdout_logfile=/var/log/supervisor/eval-server.log
6+
stderr_logfile=/var/log/supervisor/eval-server.error.log
7+
environment=NODE_ENV="production"
8+
priority=30

supervisor/services/neko.conf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[program:neko]
2+
command=/usr/bin/neko serve --bind 0.0.0.0:8000 --config /etc/neko/neko.yaml --static /var/www
3+
autostart=true
4+
autorestart=true
5+
stdout_logfile=/var/log/supervisor/neko.log
6+
stderr_logfile=/var/log/supervisor/neko.error.log
7+
environment=DISPLAY=":1.0",HOME="/root"
8+
priority=20

0 commit comments

Comments
 (0)