contrib: Add osmo-mgw systemd service

Change-Id: Ic89815dc4ef8dff8a9d8541b61212ab8d4837712
This commit is contained in:
Pau Espin 2017-11-09 15:00:12 +01:00
parent e7d27aeae1
commit 4efce88a62
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
[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