File: tryton-server.default

package info (click to toggle)
tryton-server 7.0.43-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,760 kB
  • sloc: python: 53,744; xml: 5,194; sh: 803; sql: 217; makefile: 28
file content (26 lines) | stat: -rw-r--r-- 947 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Defaults for trytond initscript (sysvinit-core)
#
# Note: If your init system is systemd and you want to customize any of the
# default values, proceed like:
# cp /lib/systemd/system/tryton-server.service /etc/systemd/system
# and adapt /etc/systemd/system/tryton-server to your needs.

# Specify the user name (Default: tryton).
DAEMONUSER="tryton"

# Specify an alternate config file (Default: /etc/tryton/trytond.conf).
CONFIGFILE="/etc/tryton/trytond.conf"

# Specify the log configuration file (Default: /etc/tryton/trytond_log.conf).
LOGCONF="/etc/tryton/trytond_log.conf"

# Specify the locale for the server to run (Default: en_US).
#LANG="de_DE.UTF-8"

# Specify the database(s) for which tryton-server-cron and/or tryton-server-worker
# should be run.
#DATABASES=""

# Additional options that are passed to the Daemon.
# i.e. to increase the verbosity of the server log add -v
DAEMON_OPTS="--config ${CONFIGFILE} --logconf ${LOGCONF}"