summaryrefslogtreecommitdiffstats
path: root/initscript/README.stap-server
diff options
context:
space:
mode:
authorDave Brolley <brolley@brolley-t60.(none)>2010-03-08 14:37:06 -0500
committerDave Brolley <brolley@brolley-t60.(none)>2010-03-08 15:21:46 -0500
commit2648a9b4b8c6d513c7950a5cf309b4305f0cb494 (patch)
treece498d30bb811eaefe371378c4f9db63e01d0d6b /initscript/README.stap-server
parent08f88cde0a68f46008cd7498c775f435778e2f5d (diff)
downloadsystemtap-steved-2648a9b4b8c6d513c7950a5cf309b4305f0cb494.tar.gz
systemtap-steved-2648a9b4b8c6d513c7950a5cf309b4305f0cb494.tar.xz
systemtap-steved-2648a9b4b8c6d513c7950a5cf309b4305f0cb494.zip
PRs 11205, 11309: Specfile problems for stap-server:
- Use assigned gid/uid of 155/155 for stap-server. - Create stap-server group in main systemtap rpm. - Make uprobes runtime directory read/write/search by members of stap-server group in main systemtap rpm. - Keep stap-server log in %{_localstatedir}/log/stap-server/log
Diffstat (limited to 'initscript/README.stap-server')
-rw-r--r--initscript/README.stap-server6
1 files changed, 3 insertions, 3 deletions
diff --git a/initscript/README.stap-server b/initscript/README.stap-server
index b1cbdbbd..40ce3bda 100644
--- a/initscript/README.stap-server
+++ b/initscript/README.stap-server
@@ -154,7 +154,7 @@ Configuration files are written in bash script.
3.3 Message Log
---------------
-/var/log/stap-server.log
+/var/log/stap-server/log
All messages including server errors and detailed messages are sent
to this file.
@@ -188,7 +188,7 @@ variables.
4.1.3 LOG_FILE
Specify the absolute path of the log file
- (default: /var/log/stap-server.log)
+ (default: /var/log/stap-server/log)
4.1.4 STAP_USER
Specify the userid which will be used to run the server(s).
@@ -232,7 +232,7 @@ bash script fragment. The following variables may be set.
4.3.1 Global Config Example (/etc/sysconfig/stap-server)
---
CONFIG_PATH=~<user>/my-stap-server-configs
- LOG_FILE=/tmp/stap-server.log
+ LOG_FILE=/tmp/stap-server/log
---
4.3.2 Server Config Examples (/etc/stap-server/conf.d/*.conf)