open5gs/support/systemd/nextepc-hssd.service.in

22 lines
384 B
SYSTEMD

[Unit]
Description=NextEPC HSS Daemon
BindTo=mongodb.service
After=networking.service mongodb.service
[Service]
Type=simple
User=nextepc
Group=nextepc
RuntimeDirectory=nextepc-hssd
PIDFile=@LIB_DIR@/run/nextepc-hssd/pid
Restart=always
ExecStart=@BIN_DIR@/nextepc-hssd -f @SYSCONF_DIR@/nextepc/hss.conf
RestartSec=2
RestartPreventExitStatus=1
[Install]
WantedBy=multi-user.target