| @@ -52,7 +52,8 @@ def start(): | |||||||
|     if os.path.exists(filename): |     if os.path.exists(filename): | ||||||
|         # Configuration taken from file |         # Configuration taken from file | ||||||
|         configure_from_file(filename, debug) |         configure_from_file(filename, debug) | ||||||
|         # Reload config on SIGHUP |         # Reload config on SIGHUP (UNIX only) | ||||||
|  |         if hasattr(signal, 'SIGHUP'): | ||||||
|             def handler(signum, frame): |             def handler(signum, frame): | ||||||
|                 configure_from_file(filename, debug) |                 configure_from_file(filename, debug) | ||||||
|             signal.signal(signal.SIGHUP, handler) |             signal.signal(signal.SIGHUP, handler) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Guillaume Ayoub
					Guillaume Ayoub