update to add a way to avoid loading parent service classes, that inherit from CoreService that should not be loaded on their own

This commit is contained in:
Blake J. Harnden 2018-04-20 21:40:55 -07:00
parent ac2b64aaaf
commit c65baa9298
7 changed files with 8 additions and 6 deletions

View file

@ -74,7 +74,7 @@ class XorpService(CoreService):
Parent class for XORP services. Defines properties and methods
common to XORP's routing daemons.
"""
_name = "XorpDaemon"
_name = None
_group = "XORP"
_depends = ("xorp_rtrmgr",)
_dirs = ()