File: lsb_killproc

package info (click to toggle)
uruk 20260218-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,736 kB
  • sloc: sh: 1,929; makefile: 155; xml: 51
file content (6 lines) | stat: -rwxr-xr-x 70 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
#!/bin/bash

. /etc/init.d/functions

LSB=LSB-1.1 killproc $*
exit $?