]> sourceware.org Git - systemtap.git/blame - initscript/stap-server.in
PR32209: Improve the fix per bugzilla comment #6
[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
e2a741be 6# config: /etc/sysconfig/stap-server
2f78bee0 7# config: /etc/stap-server/conf.d
79c073d3
FCE
8### BEGIN INIT INFO
9# Provides: SystemTap compile-server startup
10# Required-Start: $local_fs $network
11# Required-Stop: $local_fs $network
12# Short-Description: Start and stop SystemTap compile-server
79c073d3
FCE
13# Description: stap-server provides remote-compilation services to systemtap users on the local network.
14### END INIT INFO
2f78bee0 15
60045090 16# Call the installed stap-server script.
d6df3d15 17STAP_USER=stap-server @bindir@/stap-server "$@"
This page took 0.154036 seconds and 6 git commands to generate.