mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-03 08:50:13 +02:00
allow supervisord to be controlled by neko user.
This commit is contained in:
parent
18e2ba6390
commit
486f9e13df
1 changed files with 11 additions and 0 deletions
|
@ -54,3 +54,14 @@ stdout_logfile=/var/log/neko/neko.log
|
|||
stdout_logfile_maxbytes=100MB
|
||||
stdout_logfile_backups=10
|
||||
redirect_stderr=true
|
||||
|
||||
[unix_http_server]
|
||||
file=/var/run/supervisor.sock
|
||||
chmod=0770
|
||||
chown=root:neko
|
||||
|
||||
[supervisorctl]
|
||||
serverurl=unix:///var/run/supervisor.sock
|
||||
|
||||
[rpcinterface:supervisor]
|
||||
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue