Fix leftovers after rename

* Use proper name in jenkins test
* Fix naming in systemd service
* Fix git-review config

Change-Id: I934f897002215d7d4e610cbd312383181bbe97c9
This commit is contained in:
Max 2017-09-15 12:16:53 +02:00
parent 98146776dd
commit ea70f3619a
3 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
[gerrit]
host=gerrit.osmocom.org
project=openggsn
project=osmo-ggsn

View File

@ -28,7 +28,7 @@ set +x
echo
echo
echo
echo " =============================== openggsn ==============================="
echo " =============================== OsmoGGSN ==============================="
echo
set -x

View File

@ -1,11 +1,11 @@
[Unit]
Description=OpenGGSN
Description=OsmoGGSN
After=networking.service
[Service]
Type=simple
Restart=always
ExecStart=/usr/bin/ggsn -c /etc/ggsn.conf -f
ExecStart=/usr/bin/osmo-ggsn -c /etc/osmocom/osmo-ggsn.conf -f
RestartSec=2
RestartPreventExitStatus=1