Blame | Last modification | View Log | RSS feed
#!/bin/bash . /etc/init.d/functions pidofproc $* exit $?
#!/bin/bash
. /etc/init.d/functions
pidofproc $*
exit $?