mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
24 lines
493 B
Plaintext
Executable File
24 lines
493 B
Plaintext
Executable File
# Defaults for urbackup_srv initscript
|
|
# sourced by /etc/init.d/urbackup_srv
|
|
# installed at /etc/default/urbackup_srv by the maintainer scripts
|
|
|
|
#
|
|
# This is a POSIX shell fragment
|
|
#
|
|
|
|
# Additional options that are passed to the Daemon.
|
|
|
|
#Port for fastcgi requests
|
|
FASTCGI_PORT=55413
|
|
|
|
#Port for the webinterface
|
|
HTTP_PORT=55414
|
|
|
|
#logfile name
|
|
LOGFILE="urbackup.log"
|
|
|
|
#Either debug,warn,info or error
|
|
LOGLEVEL="warn"
|
|
|
|
#Tmp file directory - be carefull this can get very large
|
|
DAEMON_TMPDIR="/tmp" |