blob: 66822d93c1acb52e2e6649eb65cd1bb756b1c53c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Edit %%PREFIX%%/etc/condor_config.local to taste to get started.
Settings in condor_config.local override the defaults in condor_config.
Use condor_config as a reference, and make all changes to condor_config.local.
Unless this is the central manager host, you will need to at least change
CONDOR_HOST. Also ensure that DAEMON_LIST and ALLOW_* are appropriate for
this host.
To start the condor daemons, add 'condor_enable="YES"' to
/etc/rc.conf
and run
service condor start
|