stap-server 409 B

12345678910111213
  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. # Call the installed stap-server script.
  11. STAP_USER=stap-server ${exec_prefix}/bin/stap-server "$@"