Add open5gs-webui.conf
This commit is contained in:
parent
5bfdd3979e
commit
452845ee78
8
open5gs-webui.conf
Normal file
8
open5gs-webui.conf
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[program:open5gs-webui]
|
||||
directory=/opt/open5gs/webui
|
||||
command=/bin/bash -c "HOSTNAME=127.0.0.1 PORT=9999 npm run dev"
|
||||
autostart=true
|
||||
autorestart=true
|
||||
environment=PATH="/usr/bin:/bin:/usr/local/bin",NODE_ENV="development"
|
||||
stderr_logfile=/var/log/supervisor/open5gs-webui.err.log
|
||||
stdout_logfile=/var/log/supervisor/open5gs-webui.out.log
|
||||
Loading…
Reference in New Issue
Block a user