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

15 lines
288 B
SYSTEMD
Raw Normal View History

[Unit]
Description=NextEPC HSS Daemon
2017-10-28 10:50:50 +00:00
After=networking.service mongodb.service
[Service]
Type=simple
Restart=always
2017-10-28 10:50:50 +00:00
ExecStartPre=/bin/sleep 2
2017-10-27 03:15:14 +00:00
ExecStart=@BIN_DIR@/nextepc-hssd -f @SYSCONF_DIR@/nextepc/hss.conf
RestartSec=2
RestartPreventExitStatus=1
[Install]
WantedBy=multi-user.target