aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/systemd/osmo-gbproxy.service
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/systemd/osmo-gbproxy.service')
-rw-r--r--contrib/systemd/osmo-gbproxy.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/systemd/osmo-gbproxy.service b/contrib/systemd/osmo-gbproxy.service
new file mode 100644
index 000000000..a0b7829db
--- /dev/null
+++ b/contrib/systemd/osmo-gbproxy.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Osmocom Gb proxy
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/osmo-gbproxy -c /etc/osmocom/osmo-gbproxy.cfg
+Restart=always
+RestartSec=2
+RestartPreventExitStatus=1
+
+[Install]
+WantedBy=multi-user.target