|
|
|
@ -13,11 +13,11 @@ |
|
|
|
|
|
|
|
|
|
# PATH should only include /usr/* if it runs after the mountnfs.sh script |
|
|
|
|
PATH=/sbin:/usr/sbin:/bin:/usr/bin |
|
|
|
|
NAME=osmo-gbproxy # Introduce the short server's name here |
|
|
|
|
DESC="Osmocom GSM Network-in-a-Box" # Introduce a short description here |
|
|
|
|
NAME=osmocom-gbproxy # Introduce the short server's name here |
|
|
|
|
DESC="Osmocom GBProxy" # Introduce a short description here |
|
|
|
|
DAEMON=/usr/bin/osmo-gbproxy # Introduce the server's location here |
|
|
|
|
SCRIPTNAME=/etc/init.d/osmocom-gbproxy |
|
|
|
|
CONFIG_FILE=/etc/osmocom/osmocom-bsc-nat.cfg |
|
|
|
|
CONFIG_FILE=/etc/osmocom/osmocom-gbproxy.cfg |
|
|
|
|
|
|
|
|
|
# Exit if the package is not installed |
|
|
|
|
[ -x $DAEMON ] || exit 0 |
|
|
|
|