1
0
mirror of https://github.com/ShaYmez/xlxd.git synced 2025-09-07 07:37:49 -04:00

added comments to script file

This commit is contained in:
LX3JL 2016-01-01 13:55:05 +01:00
parent 2d76e5688d
commit f5e0992965

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