Forward porting spectre stop fix. Moved from IKC to interrupt based.

This commit is contained in:
Colin Kuskie 2009-07-29 23:30:52 +00:00
parent 10755c3b83
commit f8b8f9da37
5 changed files with 59 additions and 28 deletions

View file

@ -46,7 +46,11 @@
# It should be safe to set this to 1 any time spectre and WebGUI
# are running on the same server.
"ignoreEnvProxy" : 0
"ignoreEnvProxy" : 0,
# The location of the file that keeps track of the master spectre processId.
"pidFile" : "/var/run/spectre.pid"
}