7 lines
59 B
Bash
Executable File
7 lines
59 B
Bash
Executable File
#!/bin/bash
|
|
|
|
. /etc/init.d/functions
|
|
|
|
pidofproc $*
|
|
exit $?
|