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
352 B

#!/bin/sh
#
# ROCK Linux: /etc/rc.d/init.d/pbbuttons
#
# Desc: laptop special feature deamon
# Runlevel: 85 rcX rc2 rc3
#
main_begin
block_begin(start, `Starting pbbuttonsd.')
check(`D_prefix/bin/pbbuttonsd -d')
block_end
block_begin(stop, `Stopping pbbuttonsd.')
check(`killall -15 pbbuttonsd')
block_end
main_end