Merge branch 'bug_672_removed_pvr_device'
[enigma2.git] / lib / python / Plugins / SystemPlugins / Hotplug / plugin.py
index 1f379f10f495c99ef9b28bc1b6ee7f1c970a2f17..84cbbcb62d605790db46280ec427e6f9c41abe1c 100644 (file)
@@ -297,4 +297,4 @@ def autostart(reason, **kwargs):
                        reactor.listenUNIX("/tmp/hotplug.socket", factory)
 
 def Plugins(**kwargs):
-       return PluginDescriptor(name = "Hotplug", description = "listens to hotplug events", where = PluginDescriptor.WHERE_AUTOSTART, fnc = autostart)
+       return PluginDescriptor(name = "Hotplug", description = "listens to hotplug events", where = PluginDescriptor.WHERE_AUTOSTART, needsRestart = True, fnc = autostart)