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] [gerrit]
host=gerrit.osmocom.org host=gerrit.osmocom.org
project=openggsn project=osmo-ggsn

View File

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

View File

@ -1,11 +1,11 @@
[Unit] [Unit]
Description=OpenGGSN Description=OsmoGGSN
After=networking.service After=networking.service
[Service] [Service]
Type=simple Type=simple
Restart=always 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 RestartSec=2
RestartPreventExitStatus=1 RestartPreventExitStatus=1