1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
# stap-server global configuration
#
# This is a shell script fragment which may set the following variables.
# The suggested settings below are the default settings.
# Where to find individual server configurations
# CONFIG_PATH=/etc/stap-server/conf.d
# Where to keep information about running servers
# STAT_PATH=/var/run/stap-server
# Where to log messages
# LOG_FILE=/var/log/stap-server/log
# The user who will run the server(s). The default for the initscript
# is the 'stap-server' user, otherwise the user running the
# 'stap-server' script.
# STAP_USER=stap-server
|