From 31f9baea9889376f76d3fcd8333d24a140e7226e Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Thu, 17 Dec 2009 16:30:02 -0500 Subject: PR 10889: Reorganize client/server man pages. Document --unprivileged. --- initscript/config.stap-server | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'initscript/config.stap-server') 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 -- cgit