]> sourceware.org Git - systemtap.git/blob - initscript/stap-server.in
c2bf3f54949c8e140c528a62828fc00c65d43fc8
[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 # config: /etc/sysconfig/stap-server
7 # config: /etc/stap-server/conf.d
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
13 # Description: stap-server provides remote-compilation services to systemtap users on the local network.
14 ### END INIT INFO
15
16 # Call the installed stap-server script.
17 STAP_USER=stap-server @bindir@/stap-server "$@"
This page took 0.043227 seconds and 6 git commands to generate.