Update open5gs.conf
This commit is contained in:
parent
18885806dc
commit
c133401274
19
open5gs.conf
19
open5gs.conf
|
|
@ -66,6 +66,16 @@ stdout_logfile=/var/log/open5gs-udmd.stdout.log
|
||||||
stderr_logfile=/var/log/open5gs-udmd.stderr.log
|
stderr_logfile=/var/log/open5gs-udmd.stderr.log
|
||||||
priority=20
|
priority=20
|
||||||
|
|
||||||
|
[program:open5gs-udrd]
|
||||||
|
command=/usr/bin/open5gs-udrd -c /etc/open5gs/udr.yaml
|
||||||
|
autostart=true
|
||||||
|
autorestart=true
|
||||||
|
stdout_logfile=/var/log/open5gs-udrd.stdout.log
|
||||||
|
stderr_logfile=/var/log/open5gs-udrd.stderr.log
|
||||||
|
priority=20
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[program:open5gs-nssfd]
|
[program:open5gs-nssfd]
|
||||||
command=/usr/bin/open5gs-nssfd -c /etc/open5gs/nssf.yaml
|
command=/usr/bin/open5gs-nssfd -c /etc/open5gs/nssf.yaml
|
||||||
|
|
@ -92,3 +102,12 @@ autorestart=true
|
||||||
stdout_logfile=/var/log/open5gs-ausfd.stdout.log
|
stdout_logfile=/var/log/open5gs-ausfd.stdout.log
|
||||||
stderr_logfile=/var/log/open5gs-ausfd.stderr.log
|
stderr_logfile=/var/log/open5gs-ausfd.stderr.log
|
||||||
priority=20
|
priority=20
|
||||||
|
|
||||||
|
|
||||||
|
[program:open5gs-pcfd]
|
||||||
|
command=/usr/bin/open5gs-pcfd -c /etc/open5gs/pcf.yaml
|
||||||
|
autostart=true
|
||||||
|
autorestart=true
|
||||||
|
stdout_logfile=/var/log/open5gs-pcfd.stdout.log
|
||||||
|
stderr_logfile=/var/log/open5gs-pcfd.stderr.log
|
||||||
|
priority=20
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user