bb9b74e95c
- second big commit for the new Socket Interface: - added socket.conf file - moved configuration parameters to it - improved interface reliability (not yet complete) - added a test client Spritz: - one small irrelevant fix Entropy: - moved paren_normalize class to PortageInterface git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1508 cd1c1023-2f26-0410-ae45-c471fc1f0318
40 lines
737 B
Plaintext
40 lines
737 B
Plaintext
# Project Entropy 1.0 Socket Services configuration file
|
|
# Socket Interface allows client applications to
|
|
# execute policy-validated tasks on the system
|
|
# running the service.
|
|
|
|
### :BEGIN: SERVER CONFIGURATION
|
|
|
|
#
|
|
# Listening address:
|
|
# listen|<valid IP address or hostname>
|
|
#
|
|
# example (default):
|
|
# listen|localhost
|
|
#
|
|
#listen|localhost
|
|
#
|
|
# Listening port:
|
|
# listen-port|<valid port, from 1-65535>
|
|
#
|
|
# example (default):
|
|
# listen-port|999
|
|
#
|
|
#listen-port|999
|
|
#
|
|
# Listening timeout:
|
|
# listen-timeout|<valid timeout, in seconds>
|
|
#
|
|
# example (default):
|
|
# listen-timeout|30
|
|
#
|
|
#listen-timeout|30
|
|
#
|
|
# Listening threads:
|
|
# listen-threads|<number of listening threads>
|
|
#
|
|
# example (default):
|
|
# listen-threads|5
|
|
#
|
|
#listen-threads|5
|