fix config defaults for systemd startscripts

Change-Id: I7f38c951cc515db61a857221346bc4309f2b4740
This commit is contained in:
Joachim Steiger 2020-03-05 20:01:31 +01:00 committed by Harald Welte
parent b7978a5544
commit 6c573ee6d5
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# Default settings for osmo-remsim-client This file is sourced by systemd
# Options to pass to osmo-remsim-client
GLOBAL_CLIENT_OPTS="-s 10.9.99.10 -V 1d50 -P 4004 -C 1"
GLOBAL_CLIENT_OPTS="-i 10.9.99.10 -V 1d50 -P 4004 -C 1"