mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-upf.git
synced 2025-10-23 00:02:03 +00:00
Related: SYS#5599 Depends: I0a46b147ec6a76d909df28136cfd2b764b2c75ea (libosmocore) Change-Id: I4352dd8738a1a9de6ba2fc250ee8eef69c65ff1e
12 lines
199 B
Desktop File
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
|