blob: e8a5aa5f7716e4e3c5344a4e3b172502d873e027 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
=head1 lock
# Descriptions: use lock system ?
# History:
# Value: yes /no
use_lock = yes
# Descriptions: directory where lock files are created.
# History:
# Value: directory
# Examples: /var/spool/ml/elena/var/lock
lock_dir = $var_dir/lock
# Descriptions: giant lock file name
# History: $SPOOL_DIR
# Value: filename
# Examples: /var/spool/ml/elena/var/lock/giantlock
lock_file = $lock_dir/giantlock
# Descriptions: lock algorithm type
# History: $USE_FLOCK
# Value: flock
# Examples:
lock_type = flock
|