From af056c53c7e35c8927613c4c0ca079635ae8c1d2 Mon Sep 17 00:00:00 2001 From: aredridel Date: Tue, 6 Jan 2009 22:50:14 +0000 Subject: [PATCH] - correct order of arguments so it functions Changed files: ntop.init -> 1.9 --- ntop.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntop.init b/ntop.init index 12b325d..f7e83cd 100644 --- a/ntop.init +++ b/ntop.init @@ -44,7 +44,7 @@ case "$1" in # Check if the service is already running? if [ ! -f /var/lock/subsys/ntop ]; then msg_starting ntop - daemon ntop -d -P $NTOP_DIR @/etc/ntop.conf + daemon ntop @/etc/ntop.conf -d -P $NTOP_DIR RETVAL=$? [ $RETVAL -eq 0 ] && touch /var/lock/subsys/ntop else -- 2.43.0