cc-2419: media monitor import on start
-initial check-in
This commit is contained in:
parent
89dd251782
commit
3335ff703a
1 changed files with 0 additions and 3 deletions
|
@ -65,12 +65,9 @@ try:
|
||||||
logger.info("Added watch to %s", storage_directory)
|
logger.info("Added watch to %s", storage_directory)
|
||||||
logger.info("wdd result %s", wdd[storage_directory])
|
logger.info("wdd result %s", wdd[storage_directory])
|
||||||
|
|
||||||
|
|
||||||
#register signal before process forks and exits.
|
#register signal before process forks and exits.
|
||||||
signal.signal(signal.SIGTERM, handleSigTERM)
|
signal.signal(signal.SIGTERM, handleSigTERM)
|
||||||
notifier.loop(callback=pe.notifier_loop_callback)
|
notifier.loop(callback=pe.notifier_loop_callback)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
notifier.stop()
|
notifier.stop()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue