From 4e6314d7ff35f3a05a817c27c98c6beb07b6e62b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 11 Nov 2010 17:34:10 +0100 Subject: [PATCH] Start quota_nld via daemon() Otherwise start does not print nice status bar. --- quota_nld.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quota_nld.init b/quota_nld.init index 4a1a94d..e54deec 100755 --- a/quota_nld.init +++ b/quota_nld.init @@ -31,7 +31,7 @@ lockfile=/var/lock/subsys/$prog start() { [ -x $exec ] || exit 5 echo -n $"Starting $prog: " - $exec $QUOTA_NLD_OPTS + daemon $exec $QUOTA_NLD_OPTS retval=$? echo [ $retval -eq 0 ] && touch $lockfile