diff options
author | William Cohen <wcohen@redhat.com> | 2009-12-17 17:39:30 -0500 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2009-12-17 17:39:30 -0500 |
commit | a9766891ff3f5e8cfed2abe47e3c61940bd363b4 (patch) | |
tree | b3e7b72039341bc57bdf91109f1380bfdae89ff4 /initscript/config.stap-server | |
parent | 8789164913641bda9702dd12203521e5aad5cc82 (diff) | |
parent | e0477adcf99e7e8ce162d94e80497d657a93f7f8 (diff) | |
download | systemtap-steved-a9766891ff3f5e8cfed2abe47e3c61940bd363b4.tar.gz systemtap-steved-a9766891ff3f5e8cfed2abe47e3c61940bd363b4.tar.xz systemtap-steved-a9766891ff3f5e8cfed2abe47e3c61940bd363b4.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
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 |