Browse Source

remove test line

pull/33/head
bolvan 6 years ago
parent
commit
c58243be4f
  1. 1
      init.d/sysv/functions

1
init.d/sysv/functions

@ -219,7 +219,6 @@ run_daemon()
# $3 - daemon args
# use $PIDDIR/$DAEMONBASE$1.pid as pidfile
echo DARGS $3
local DAEMONBASE=$(basename $2)
local PIDFILE=$PIDDIR/$DAEMONBASE$1.pid
echo "Starting daemon $1: $2 $3"

Loading…
Cancel
Save