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