mirror of
https://github.com/open5gs/open5gs.git
synced 2025-11-02 13:03:31 +00:00
* Update open5gs-hssd.service.in impleneted 'systemd reload ' open5gs-* * Update open5gs-mmed.service.in * Update open5gs-pcrfd.service.in * Update open5gs-pgwd.service.in * Update open5gs-sgwd.service.in
20 lines
350 B
SYSTEMD
20 lines
350 B
SYSTEMD
[Unit]
|
|
Description=Open5GS PCRF Daemon
|
|
BindTo=mongodb.service
|
|
After=networking.service mongodb.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
|
|
User=open5gs
|
|
Group=open5gs
|
|
|
|
Restart=always
|
|
ExecStart=@bindir@/open5gs-pcrfd -c @sysconfdir@/open5gs/pcrf.yaml
|
|
RestartSec=2
|
|
RestartPreventExitStatus=1
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|