mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
12 lines
196 B
Desktop File
12 lines
196 B
Desktop File
[Unit]
|
|
Description=Osmocom Media Gateway (MGW)
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
ExecStart=/usr/bin/osmo-mgw -s -c /etc/osmocom/osmo-mgw.cfg
|
|
RestartSec=2
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|