Logoj0ke.net Open Build Service > Projects > home:netmax > distcc > sysconfig.distccd
Sign Up | Log In

File sysconfig.distccd of Package distcc

 
1
#
2
## Type: integer(0:19)
3
## Path: Applications/Distcc
4
## Description: Distcc settings
5
## Default: 5
6
#
7
# Nice level of running compilers
8
#
9
DISTCCD_NICE_LEVEL="5"
10
11
#
12
## Type: string
13
## Path: Applications/Distcc
14
## Defaut: /dev/null
15
#
16
# let write distcc log entries to a special file
17
# if no file is given the syslog (mostly /var/log/messages) 
18
# will be used.
19
# logging is disabled by default ("/dev/null")
20
#
21
DISTCCD_LOG_FILE="/dev/null"
22
23
#
24
## Type: integer
25
## Path: Applications/Distcc
26
## Defaut: 3632
27
#
28
# distccd runs on TCP port 3632 by default
29
#
30
DISTCCD_PORT="3632"
31