open5gs/configs/systemd/open5gs-hssd.service.in
Sviatoslav Petriv 4e051169e8 Added some files
2023-12-11 16:12:27 +02:00

18 lines
320 B
SYSTEMD

[Unit]
Description=Open5GS HSS Daemon
Wants=mongodb.service mongod.service
[Service]
Type=simple
User=open5gs
Group=open5gs
Restart=always
ExecStart=@bindir@/open5gs-hssd -c @sysconfdir@/open5gs/hss.yaml
RestartSec=2
RestartPreventExitStatus=1
ExecReload=/bin/kill -HUP $MAINPID
[Install]
WantedBy=multi-user.target