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

18 lines
274 B
SYSTEMD

[Unit]
Description=Open5GS S-GW Daemon
After=networking.service
[Service]
Type=simple
User=open5gs
Group=open5gs
Restart=always
ExecStart=@bindir@/open5gs-sgwd -c @sysconfdir@/open5gs/sgw.yaml
RestartSec=2
RestartPreventExitStatus=1
[Install]
WantedBy=multi-user.target