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

#!/bin/bash
#
# ROCK Linux /etc/rc.d/init.d/pyzor
#
# Desc: Pyzor Spam Detection Network
# Runlevel: 22 rcX
#
main_begin
block_begin(start, `Starting pyzord.')
check(`D_prefix/bin/pyzord')
block_end
block_begin(stop, `Stopping pyzord.')
check(`killall pyzord')
block_end
main_end