mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-01 21:00:19 +00:00
* Update open5gs-hssd.service.in impleneted 'systemd reload ' open5gs-* * Update open5gs-mmed.service.in * Update open5gs-pcrfd.service.in * Update open5gs-pgwd.service.in * Update open5gs-sgwd.service.in
19 lines
343 B
SYSTEMD
19 lines
343 B
SYSTEMD
[Unit]
|
|
Description=Open5GS P-GW Daemon
|
|
After=networking.service
|
|
Requires=systemd-networkd.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
|
|
User=open5gs
|
|
Group=open5gs
|
|
|
|
Restart=always
|
|
ExecStart=@bindir@/open5gs-pgwd -c @sysconfdir@/open5gs/pgw.yaml
|
|
RestartSec=2
|
|
RestartPreventExitStatus=1
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|