~ubuntu-branches/ubuntu/precise/icecc/precise

« back to all changes in this revision

Viewing changes to debian/icecc.default

  • Committer: Package Import Robot
  • Author(s): Fathi Boudra
  • Date: 2011-09-17 16:26:59 UTC
  • mfrom: (4.1.13 sid)
  • Revision ID: package-import@ubuntu.com-20110917162659-j6d9ejw9r9sk5w8t
Tags: 0.9.7-4
Fix typo: ICECC_ALLOW_REMOTE.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
# should icecc be started on boot?
6
6
#
7
7
# START_ICECC="true"
8
 
 
9
8
START_ICECC="true"
10
9
 
11
10
#
12
11
# Nice level of running compilers
13
12
#
14
13
# ICECC_NICE_LEVEL="5"
15
 
 
16
14
ICECC_NICE_LEVEL="5"
17
15
 
18
16
#
19
17
# icecc daemon log file
20
18
#
21
 
# ICECC_LOG_FILE="/var/log/iceccd"
22
 
 
 
19
# ICECC_LOG_FILE="/var/log/iceccd.log"
23
20
ICECC_LOG_FILE="/var/log/iceccd.log"
24
21
 
25
22
#
26
 
# Identification for the network the scheduler and daemon run on. 
 
23
# Identification for the network the scheduler and daemon run on.
27
24
# You can have several distinct icecc networks in the same LAN
28
25
# for whatever reason.
29
26
#
30
27
# ICECC_NETNAME=""
31
 
 
32
28
ICECC_NETNAME=""
33
29
 
34
 
 
30
#
35
31
# You can overwrite here the number of jobs to run in parallel. Per
36
 
# default this depends on the number of (virtual) CPUs installed. 
 
32
# default this depends on the number of (virtual) CPUs installed.
 
33
#
 
34
# Note: a value of "0" is actually interpreted as "1", however it
 
35
# also sets ICECC_ALLOW_REMOTE="no".
37
36
#
38
37
# ICECC_MAX_JOBS=""
39
 
 
40
38
ICECC_MAX_JOBS=""
41
39
 
42
40
#
 
41
# Specifies whether jobs submitted by other nodes are allowed to run on
 
42
# this one.
 
43
#
 
44
# ICECC_ALLOW_REMOTE="yes"
 
45
ICECC_ALLOW_REMOTE="yes"
 
46
 
 
47
#
43
48
# This is the directory where the icecc daemon stores the environments
44
49
# it compiles in. In a big network this can grow quite a bit, so use some
45
50
# path if your /tmp is small - but the user icecc has to write to it.
46
 
 
51
#
47
52
# ICECC_BASEDIR="/var/cache/icecc"
48
 
 
49
53
ICECC_BASEDIR="/var/cache/icecc"
50
54
 
51
55
#
52
56
# Start also the scheduler?
53
57
#
54
58
# START_ICECC_SCHEDULER="false"
55
 
 
56
59
START_ICECC_SCHEDULER="false"
57
60
 
58
61
#
59
62
# icecc scheduler log file
60
63
#
61
 
# ICECC_SCHEDULER_LOG_FILE="/var/log/icecc_scheduler"
62
 
 
 
64
# ICECC_SCHEDULER_LOG_FILE="/var/log/icecc_scheduler.log"
63
65
ICECC_SCHEDULER_LOG_FILE="/var/log/icecc_scheduler.log"
64
66
 
65
67
#
66
 
# If the daemon can't find the scheduler by broadcast (e.g. because 
 
68
# If the daemon can't find the scheduler by broadcast (e.g. because
67
69
# of a firewall) you can specify it.
68
70
#
69
71
# ICECC_SCHEDULER_HOST=""
70
 
 
71
72
ICECC_SCHEDULER_HOST=""