disable debug mode by default
This commit is contained in:
parent
a2d88b0daf
commit
9e5019be7d
@ -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 --static "/var/www"
|
command=/usr/bin/neko serve --static "/var/www"
|
||||||
autorestart=true
|
autorestart=true
|
||||||
priority=800
|
priority=800
|
||||||
user=%(ENV_USER)s
|
user=%(ENV_USER)s
|
||||||
|
Reference in New Issue
Block a user