Be quiet when running daemon

This commit is contained in:
Bas Stottelaar
2014-05-12 12:12:40 +02:00
parent 674617c0f8
commit fe2834f4a6

View File

@@ -85,8 +85,8 @@ def main():
if sys.platform == 'win32':
print "Daemonize not supported under Windows, starting normally"
else:
headphones.DAEMON=True
headphones.VERBOSE = False
headphones.DAEMON = True
headphones.QUIET = True
if args.pidfile:
headphones.PIDFILE = str(args.pidfile)