diff options
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." ;; |