open5gs/configs/systemd/open5gs-nrfd.service.in

19 lines
308 B
SYSTEMD
Raw Normal View History

[Unit]
2020-08-22 03:33:45 +00:00
Description=Open5GS NRF Daemon
After=networking.service
[Service]
Type=simple
User=open5gs
Group=open5gs
Restart=always
2020-08-22 03:33:45 +00:00
ExecStart=@bindir@/open5gs-nrfd -c @sysconfdir@/open5gs/nrf.yaml
RestartSec=2
RestartPreventExitStatus=1
ExecReload=/bin/kill -HUP $MAINPID
[Install]
WantedBy=multi-user.target