# Defaults for tivoli-tsm and tivoli-tsm-web initscript
# sourced by /etc/init.d/tivoli-tsm and /etc/init.d/tivoli-tsm-web
# installed at /etc/default/tivoli-tsm by the maintainer scripts

#
# This is a POSIX shell fragment
#

# start backup scheduler daemon
START_SCHED="yes"

# start webclient acceptor daemon
START_CAD="no"

# do not forget to fix excludes in /etc/adsm/dsm.sys after changing these
# schedlog filename (for dsmc sched process)
SCHEDLOGNAME="/var/log/adsm_sched.log"

# errorlog filenam (for dsmc sched process)
ERRORLOGNAME="/var/log/adsm_err.log"

