-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathidp_note.conf
46 lines (39 loc) · 1.05 KB
/
idp_note.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# [supervisord]
# [supervisorctl]
# serverurl=unix:///run/supervisor.sock
# [unix_http_server]
# file=/run/supervisor.sock
# [rpcinterface:supervisor]
# supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
# [program:redis-server]
# command=redis-server
# stdout_logfile=/var/log/redis-server.log
# redirect_stderr=true
# priority=100
[program:gateway]
command=gateway
stdout_logfile=/var/log/gateway.log
redirect_stderr=true
[program:terminal]
command=node src/server.js
directory=/opt/terminal
stdout_logfile=/var/log/terminal.log
redirect_stderr=true
# [program:note_storage]
# command=note_storage
# stdout_logfile=/var/log/note_storage.log
# redirect_stderr=true
# [program:kernel_manage]
# command=kernel_manage
# stdout_logfile=/var/log/kernel_manage.log
# redirect_stderr=true
# environment=RUST_BACKTRACE=1
# [program:submitter]
# command=submitter
# stdout_logfile=/var/log/submitter.log
# redirect_stderr=true
# environment=RUST_BACKTRACE=1
# [program:lsp]
# command=lsp
# stdout_logfile=/var/log/lsp.log
# redirect_stderr=true