From 2bafba55a3ec146c79c31c0a1af88409a6eb70d6 Mon Sep 17 00:00:00 2001 From: Alexander Chemeris Date: Mon, 22 Nov 2010 22:36:15 +0300 Subject: [PATCH] Better default name for OpenBTS control UNIX socket. --- public-trunk/apps/OpenBTS.config.example | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public-trunk/apps/OpenBTS.config.example b/public-trunk/apps/OpenBTS.config.example index 13511ef..9538dc3 100644 --- a/public-trunk/apps/OpenBTS.config.example +++ b/public-trunk/apps/OpenBTS.config.example @@ -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