diff --git a/pvcd.py b/pvcd.py index aa27eff2..18967941 100755 --- a/pvcd.py +++ b/pvcd.py @@ -126,7 +126,6 @@ def cleanup(): signal.signal(signal.SIGTERM, cleanup) signal.signal(signal.SIGINT, cleanup) signal.signal(signal.SIGQUIT, cleanup) -signal.signal(signal.SIGHUP, getConfig) # Gather useful data about our host for staticdata # Static data format: 'cpu_count', 'arch', 'os', 'kernel'