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