added comments to script file

This commit is contained in:
LX3JL 2016-01-01 13:55:05 +01:00
parent 2d76e5688d
commit f5e0992965
1 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ PATH=/sbin:/bin:/usr/sbin:/usr/bin
. /lib/lsb/init-functions
# change below settings according to your system
NAME="xlxd"
DAEMON="/xlxd/xlxd"
ARGUMENTS="XLX270 158.64.26.132"
@ -61,7 +62,7 @@ case "$1" in
echo $DAEMON $NAME :
if [ $PIDID -gt 0 ] 2>/dev/null;
then
echo running
echo running
else
echo not running
fi