contrib: Add systemd service file for osmo-hnbgw

Change-Id: I650bb5650b6d4f474e2040b57e6f78ee9d013825
This commit is contained in:
Daniel Willmann 2017-05-04 18:41:16 +02:00
parent e3b025bf75
commit 26531f9efc
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
[Unit]
Description=Osmocom Home Nodeb Gateway (OsmoHNBGW)
[Service]
Type=simple
Restart=always
ExecStart=/usr/bin/osmo-hnbgw -c /etc/osmocom/osmo-hnbgw.cfg
RestartSec=2
[Install]
WantedBy=multi-user.target