summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/lsb/lsb/lsb_killproc
blob: 866c1a9c6328bf2cf762474e50c4248561a99e86 (plain)
1
2
3
4
5
6
#!/bin/sh

. /etc/init.d/functions

LSB=LSB-1.1 killproc $*
exit $?