summaryrefslogtreecommitdiffstats
path: root/initscript
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-12-17 16:30:02 -0500
committerDave Brolley <brolley@redhat.com>2009-12-17 16:30:02 -0500
commit31f9baea9889376f76d3fcd8333d24a140e7226e (patch)
tree10e34746cd4edd3906b12af849f749f665a1331c /initscript
parent148297a5de2231e50262ec28a400b89b2d7c21f4 (diff)
downloadsystemtap-steved-31f9baea9889376f76d3fcd8333d24a140e7226e.tar.gz
systemtap-steved-31f9baea9889376f76d3fcd8333d24a140e7226e.tar.xz
systemtap-steved-31f9baea9889376f76d3fcd8333d24a140e7226e.zip
PR 10889: Reorganize client/server man pages. Document --unprivileged.
Diffstat (limited to 'initscript')
-rw-r--r--initscript/README.stap-server2
-rw-r--r--initscript/config.stap-server13
2 files changed, 13 insertions, 2 deletions
diff --git a/initscript/README.stap-server b/initscript/README.stap-server
index 8d18a9f9..c4089299 100644
--- a/initscript/README.stap-server
+++ b/initscript/README.stap-server
@@ -167,7 +167,7 @@ output is optional, because this service may start before syslog).
4. Configuration Format
=======================
-Configuration files allows us to
+Configuration files allow us to
- specify global configuration of logging, server configuration files, status
files and other global parameters.
- specify which servers are to be started by default.
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