diff options
author | Tim Moore <timoore@redhat.com> | 2009-12-18 19:14:25 +0100 |
---|---|---|
committer | Tim Moore <timoore@redhat.com> | 2009-12-18 19:14:25 +0100 |
commit | 547a3b44141e7c7b6548d130bb37f18a634a50a2 (patch) | |
tree | f13c681a2f045d8d133e9388aded783bf9de4e0d /initscript/config.stap-server | |
parent | 471fca5e53a239f7fa4d04b7b6d6f53765a3d598 (diff) | |
parent | a18a40d0cf1408d5575165ebc4374a1ab4f9fbc0 (diff) | |
download | systemtap-steved-547a3b44141e7c7b6548d130bb37f18a634a50a2.tar.gz systemtap-steved-547a3b44141e7c7b6548d130bb37f18a634a50a2.tar.xz systemtap-steved-547a3b44141e7c7b6548d130bb37f18a634a50a2.zip |
Merge commit 'origin/master'
Diffstat (limited to 'initscript/config.stap-server')
-rw-r--r-- | initscript/config.stap-server | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/initscript/config.stap-server b/initscript/config.stap-server index ad0c9c4d..001123cc 100644 --- a/initscript/config.stap-server +++ b/initscript/config.stap-server @@ -1,5 +1,16 @@ -# Path setup +# 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) # STAP_USER=stap-server |