gcc484perl-5.22
Last change
on this file since 84898b9 was
84898b9,
checked in by Edwin Eefting <edwin@datux.nl>, 7 years ago
|
filename rename to kopano
|
-
Property mode set to
100644
|
File size:
1.2 KB
|
Line | |
---|
1 | ##############################################################
|
---|
2 | # SERVER SETTINGS
|
---|
3 |
|
---|
4 | # The socket that the license server will run on
|
---|
5 | # default: /var/run/kopano-licensed
|
---|
6 | server_pipe_name = /var/run/kopanod/kopano-licensed
|
---|
7 |
|
---|
8 | # The URL on which we can contact kopano-server
|
---|
9 | server_socket = file:///var/run/kopanod/prio.sock
|
---|
10 |
|
---|
11 | # License path (should contain 'base' and CALs in other files)
|
---|
12 | license_path = /etc/kopano/license
|
---|
13 |
|
---|
14 | # drop privileges and run the process as this user
|
---|
15 | run_as_user = kopano
|
---|
16 |
|
---|
17 | # drop privileges and run the process as this group
|
---|
18 | run_as_group = kopano
|
---|
19 |
|
---|
20 | # create a pid file for stopping the service via the init.d scripts
|
---|
21 | pid_file = /var/run/kopano-licensed.pid
|
---|
22 |
|
---|
23 | # run server in this path (when not using the -F switch)
|
---|
24 | running_path = /
|
---|
25 |
|
---|
26 | ##############################################################
|
---|
27 | # LOG SETTINGS
|
---|
28 |
|
---|
29 | # Logging method (syslog, eventlog, file)
|
---|
30 | log_method = file
|
---|
31 |
|
---|
32 | # Logfile (for log_method = file, '-' for stderr)
|
---|
33 | log_file = /var/log/kopano/licensed.log
|
---|
34 |
|
---|
35 | # Loglevel (0=no logging, 5=full logging)
|
---|
36 | log_level = 2
|
---|
37 |
|
---|
38 | # Log timestamp - prefix each log line with timestamp in 'file' logging mode
|
---|
39 | log_timestamp = 1
|
---|
Note: See
TracBrowser
for help on using the repository browser.