From c58243be4f0a001484e8d084d1a93fea10c4ba40 Mon Sep 17 00:00:00 2001 From: bolvan Date: Thu, 16 May 2019 10:37:13 +0300 Subject: [PATCH] remove test line --- init.d/sysv/functions | 1 - 1 file changed, 1 deletion(-) diff --git a/init.d/sysv/functions b/init.d/sysv/functions index f5f94e7..09184e1 100644 --- a/init.d/sysv/functions +++ b/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"