cc-4255: registered component so that status works
This commit is contained in:
parent
12e4585410
commit
1090226fc3
|
@ -127,6 +127,8 @@ def main(global_config, api_client_config, log_config,
|
||||||
tt = ToucherThread(path=config['index_path'],
|
tt = ToucherThread(path=config['index_path'],
|
||||||
interval=int(config['touch_interval']))
|
interval=int(config['touch_interval']))
|
||||||
|
|
||||||
|
apiclient.register_component('media-monitor')
|
||||||
|
|
||||||
pyi = manager.pyinotify()
|
pyi = manager.pyinotify()
|
||||||
pyi.loop()
|
pyi.loop()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue