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

19 lines
311 B
SYSTEMD

[Unit]
Description=Open5GS AMF Daemon
After=network-online.target
[Service]
Type=simple
User=open5gs
Group=open5gs
Restart=always
ExecStart=@bindir@/open5gs-amfd -c @sysconfdir@/open5gs/amf.yaml
RestartSec=2
RestartPreventExitStatus=1
ExecReload=/bin/kill -HUP $MAINPID
[Install]
WantedBy=multi-user.target