summaryrefslogtreecommitdiff
path: root/ACE/rpmbuild/ace-tao-init-suse/tao/tao-cosconcurrency
blob: 3db9ca6863929f891640db9949406e3c4c6f26ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## Path:           Network/tao-cosconcurrency
## Description:    TAO Concurrency service settings
#
## Type            string
## Default:        "-ORBDefaultInitRef corbaloc::localhost:2809"
## ServiceRestart: tao-cosconcurrency
#
# Specify desired default initial references arguments
TAO_COSCONCUR_INITREF="-ORBDefaultInitRef corbaloc::localhost:2809"

## Type            string
## Default:        "-d -ORBDebugLevel 10"
## ServiceRestart: tao-cosconcurrency
#
# Enable debug logging, set to "" to disable
TAO_COSCONCUR_DEBUGLEVEL="-d -ORBDebugLevel 10"

## Type            string
## Default:        "-ORBLogFile /var/log/tao/tao-cosconcurrency.log"
## ServiceRestart: tao-cosconcurrency
#
# Configure log file
TAO_COSCONCUR_LOGFILE="-ORBLogFile /var/log/tao/tao-cosconcurrency.log"