aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/systemd/osmo-gbproxy.service
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-09-04 04:16:57 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2017-09-06 16:33:43 +0200
commit47cd0d2687e9711644008f3d6d1b829d763c520e (patch)
tree39d013e979834b5faaf831d2a3e25229999dd26a /contrib/systemd/osmo-gbproxy.service
parentd6d90ce2597d9bbcc4dda23069cafb1794874fa7 (diff)
drop files unrelated to osmo-msc
These either remain from openbsc.git or slipped in while applying recent patches from openbsc.git and do not belong in osmo-msc. Empty out contrib: remove things that are either obviously unrelated to osmo-msc, or seem old and/or esoteric. Change-Id: I49957769e09eed6d723bf7c3777024b62b3480fd
Diffstat (limited to 'contrib/systemd/osmo-gbproxy.service')
-rw-r--r--contrib/systemd/osmo-gbproxy.service12
1 files changed, 0 insertions, 12 deletions
diff --git a/contrib/systemd/osmo-gbproxy.service b/contrib/systemd/osmo-gbproxy.service
deleted file mode 100644
index a0b7829db..000000000
--- a/contrib/systemd/osmo-gbproxy.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[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