neko start default without debug.
This commit is contained in:
parent
39d48c3db8
commit
98bf62ef5e
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ 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 -d
|
command=/usr/bin/neko serve
|
||||||
autorestart=true
|
autorestart=true
|
||||||
priority=800
|
priority=800
|
||||||
user=%(ENV_USER)s
|
user=%(ENV_USER)s
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue