supervisord kill neko with SIGINT.
This commit is contained in:
parent
0b4c6f50aa
commit
a74bf9986b
1 changed files with 2 additions and 0 deletions
|
|
@ -44,6 +44,8 @@ redirect_stderr=true
|
||||||
[program:neko]
|
[program:neko]
|
||||||
environment=HOME="/home/%(ENV_USER)s",USER="%(ENV_USER)s",DISPLAY="%(ENV_DISPLAY)s"
|
environment=HOME="/home/%(ENV_USER)s",USER="%(ENV_USER)s",DISPLAY="%(ENV_DISPLAY)s"
|
||||||
command=/usr/bin/neko serve
|
command=/usr/bin/neko serve
|
||||||
|
stopsignal=INT
|
||||||
|
stopwaitsecs=3
|
||||||
autorestart=true
|
autorestart=true
|
||||||
priority=800
|
priority=800
|
||||||
user=%(ENV_USER)s
|
user=%(ENV_USER)s
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue