mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 23:37:22 +00:00
systemd update
This commit is contained in:
parent
c8ec3702d0
commit
f72aa7a468
3 changed files with 5 additions and 3 deletions
|
|
@ -1,10 +1,11 @@
|
|||
[Unit]
|
||||
Description=NextEPC HSS Daemon
|
||||
After=networking.service
|
||||
After=networking.service mongodb.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
Restart=always
|
||||
ExecStartPre=/bin/sleep 2
|
||||
ExecStart=@BIN_DIR@/nextepc-hssd -f @SYSCONF_DIR@/nextepc/hss.conf
|
||||
RestartSec=2
|
||||
RestartPreventExitStatus=1
|
||||
|
|
|
|||
|
|
@ -1,10 +1,11 @@
|
|||
[Unit]
|
||||
Description=NextEPC PCRF Daemon
|
||||
After=networking.service
|
||||
After=networking.service mongodb.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
Restart=always
|
||||
ExecStartPre=/bin/sleep 2
|
||||
ExecStart=@BIN_DIR@/nextepc-pcrfd -f @SYSCONF_DIR@/nextepc/pcrf.conf
|
||||
RestartSec=2
|
||||
RestartPreventExitStatus=1
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[Unit]
|
||||
Description=NextEPC S-GW Daemon
|
||||
Description=NextEPC P-GW Daemon
|
||||
After=networking.service
|
||||
|
||||
[Service]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue