summaryrefslogtreecommitdiff
path: root/debian/echolot.init
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2002-08-13 00:46:44 +0000
committerPeter Palfrader <peter@palfrader.org>2002-08-13 00:46:44 +0000
commit2d4fa5524c50400f1a8eaebb2110f397e29f2faa (patch)
tree2cd92a163c947c13abe4b56978932d51dd644acf /debian/echolot.init
parentecdde7de492beff4bf42b04ad6c8e2647307b7de (diff)
Use --quiet when starting echolot
Diffstat (limited to 'debian/echolot.init')
-rwxr-xr-xdebian/echolot.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/echolot.init b/debian/echolot.init
index ac8ef34..39f39a2 100755
--- a/debian/echolot.init
+++ b/debian/echolot.init
@@ -103,7 +103,7 @@ start)
--quiet \
--pidfile $PIDFILE \
--chuid $USER:$GROUP \
- --exec $DAEMON -- --detach $VERBOSE start
+ --exec $DAEMON -- --detach $VERBOSE --quiet start
echo "$NAME."
;;