diff options
author | Peter Palfrader <peter@palfrader.org> | 2002-08-13 00:46:44 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2002-08-13 00:46:44 +0000 |
commit | 2d4fa5524c50400f1a8eaebb2110f397e29f2faa (patch) | |
tree | 2cd92a163c947c13abe4b56978932d51dd644acf /debian/echolot.init | |
parent | ecdde7de492beff4bf42b04ad6c8e2647307b7de (diff) |
Use --quiet when starting echolot
Diffstat (limited to 'debian/echolot.init')
-rwxr-xr-x | debian/echolot.init | 2 |
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." ;; |