Files
osmo-upf/contrib/systemd/osmo-upf.service
Neels Hofmeyr 103b69d99c initial osmocom boilerplate source tree
Related: SYS#5599
Depends: I0a46b147ec6a76d909df28136cfd2b764b2c75ea (libosmocore)
Change-Id: I4352dd8738a1a9de6ba2fc250ee8eef69c65ff1e
2022-01-21 01:45:44 +01:00

12 lines
199 B
Desktop File

[Unit]
Description=Osmocom User Plane Function (UPF)
[Service]
Type=simple
Restart=always
ExecStart=/usr/bin/osmo-upf -c /etc/osmocom/osmo-upf.cfg
RestartSec=2
[Install]
WantedBy=multi-user.target