]> sourceware.org Git - systemtap.git/blob - initscript/stap-server.in
PRs 11205, 11309: Specfile problems for stap-server:
[systemtap.git] / initscript / stap-server.in
1 #!/bin/bash
2 #
3 # stap-server init.d script for the systemtap compile server
4 #
5 # chkconfig: - 00 99
6 # description: The systemtap compile server provides a centralized and secure \
7 # environment for compiling systemtap scripts.
8 # config: /etc/sysconfig/stap-server
9 # config: /etc/stap-server/conf.d
10
11 # Call the installed stap-server script.
12 STAP_USER=stap-server @bindir@/stap-server "$@"
This page took 0.036095 seconds and 5 git commands to generate.