urbackup_backend/defaults_client
2013-06-03 22:11:29 +02:00

26 lines
642 B
Plaintext

# Defaults for urbackup_client initscript
# sourced by /etc/init.d/urbackup_client
# installed at /etc/default/urbackup_client by the maintainer scripts
#
# This is a POSIX shell fragment
#
# Additional options that are passed to the Daemon.
#logfile name
LOGFILE="urbackup_client.log"
#Either debug,warn,info or error
LOGLEVEL="warn"
#Tmp file directory - be carefull this can get very large
DAEMON_TMPDIR="/tmp"
#Priority adjustment of the client process. Increase to lower priority.
NICE_LEVEL=0
#I/O-Scheduling class (with IO-priotity) of the client process.
#Values e.g. idle, best-effort or real-time
IOSCHED_CLASS="best-effort"