mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
26 lines
642 B
Plaintext
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"
|