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

21 lines
346 B
SYSTEMD

[Unit]
Description=NextEPC S-GW Daemon
After=networking.service
[Service]
Type=simple
User=nextepc
Group=nextepc
RuntimeDirectory=nextepc-sgwd
PIDFile=@LIB_DIR@/run/nextepc-sgwd/pid
Restart=always
ExecStart=@BIN_DIR@/nextepc-sgwd -f @SYSCONF_DIR@/nextepc/sgw.conf
RestartSec=2
RestartPreventExitStatus=1
[Install]
WantedBy=multi-user.target