synergy-service/config/synergy.conf
Lisa Zangrando 78eb46a608 Removed all managers parameters in synergy.conf
The synergy.conf must configure just the service whereas the
managers must be configured with separate configuration files.

- removed all scheduler managers sections
- added support to read all configuration files in /etc/synergy
- removed service automatic restart after installation or update

bug #1663581
Depends-On: I7ceb140182db306567d7f7a6b5bfcf0871249a05
Sem-Ver: feature

Change-Id: I4491606402314d29363420aeb5cb943ae3a9090f
2017-02-14 15:36:28 +01:00

40 lines
713 B
Plaintext

[DEFAULT]
[Logger]
# set the logging file name
filename = /var/log/synergy/synergy.log
# set the logging level. Valid values are: CRITICAL, ERROR, WARNING, INFO, DEBUG, NOTSET.
level = INFO
# set the format of the logged messages
formatter = "%(asctime)s - %(name)s - %(levelname)s - %(message)s"
# set the max file size
maxBytes = 1048576
# set the logging rotation threshold
backupCount = 100
[WSGI]
# set the Synergy hostname
host = SYNERGY_HOST
# set the WSGI port (default: 8051)
port = 8051
# set the number of threads
threads = 2
# set the SSL
use_ssl = False
#ssl_ca_file =
#ssl_cert_file =
#ssl_key_file =
max_header_line = 16384
retry_until_window = 30
tcp_keepidle = 600
backlog = 4096