aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2017-05-04 18:41:16 +0200
committerDaniel Willmann <dwillmann@sysmocom.de>2017-05-04 18:48:41 +0200
commit26531f9efc3a7366ef26e11855bc8ad46e9f8794 (patch)
treea9e9554a983c11ddf8058cc1d8fb35d45803647f
parente3b025bf75201a707c44e8fe19c8ba908bfd1e91 (diff)
contrib: Add systemd service file for osmo-hnbgwold_sua
-rw-r--r--contrib/systemd/osmo-hnbgw.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/systemd/osmo-hnbgw.service b/contrib/systemd/osmo-hnbgw.service
new file mode 100644
index 0000000..7aca29f
--- /dev/null
+++ b/contrib/systemd/osmo-hnbgw.service
@@ -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