laforge
/
openbts-osmo
Archived
1
0
Fork 0

Better default name for OpenBTS control UNIX socket.

This commit is contained in:
Alexander Chemeris 2010-11-22 22:36:15 +03:00 committed by Thomas Tsou
parent 7be28a2263
commit 2bafba55a3
1 changed files with 5 additions and 1 deletions

View File

@ -541,6 +541,10 @@ $static CLI.TCP.Port
# Parameters for UNIX remote CLI.
# Path to the socket
CLI.Unix.Path /tmp/OpenBTScli.socket
# Filesystem Hierarchy Standard specifies it daemons should store runtime
# files in /var/run, but you may specify any other directory if you run
# OpenBTS manually.
#CLI.Unix.Path /var/run/OpenBTS.control
CLI.Unix.Path OpenBTS.control
$static CLI.Unix.Path