Skip to content

Commit

Permalink
supervisor config update
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasz Maslanka committed Nov 7, 2023
1 parent ba879b7 commit c6c82e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions etc/supervisor.d/hermes.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[program:hermes]
command=/usr/local/bin/hermes --config /hermes/config.toml start
user=hermes
environment=HOME="/hermes"
autostart=true
autorestart=true
stdout_logfile=/dev/stdout
Expand Down
8 changes: 4 additions & 4 deletions etc/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
logfile = /var/log/supervisord.log
logfile_maxbytes = 10MB
logfile_backups = 5
loglevel = debug
loglevel = info
pidfile=/run/supervisord.pid ; supervisord pidfile; default supervisord.pid
nodaemon = true
user = root
umask = 000

[unix_http_server]
file=/run/supervisor.sock ; the path to the socket file
file=/run/supervisor.sock ; the path to the socket file

[inet_http_server] ; inet (TCP) server disabled by default
port=127.0.0.1:9001 ; ip_address:port specifier, *:port for all iface
[inet_http_server] ; inet (TCP) server disabled by default
port=127.0.0.1:9001 ; ip_address:port specifier, *:port for all iface

[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
Expand Down

0 comments on commit c6c82e3

Please sign in to comment.