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.
 
 
 
 
 
 

14 lines
303 B

# Desc: PolicyKit Daemon
# Runlevel: 60 rcX rc2 rc3 rc4 rc5
main_begin
block_begin(start, `Starting PolicyKit daemon.')
check(`D_prefix/sbin/polkitd')
block_end
block_begin(stop, `Stopping PolicyKit daemon.')
check(`D_prefix/bin/killall D_prefix/sbin/polkitd')
block_end
main_end