mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
317 B

  1. #!/bin/bash
  2. #
  3. # ROCK Linux /etc/rc.d/init.d/pyzor
  4. #
  5. # Desc: Pyzor Spam Detection Network
  6. # Runlevel: 22 rcX
  7. #
  8. main_begin
  9. block_begin(start, `Starting pyzord.')
  10. check(`D_prefix/bin/pyzord')
  11. block_end
  12. block_begin(stop, `Stopping pyzord.')
  13. check(`killall pyzord')
  14. block_end
  15. main_end