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:
parent
ac2b64aaaf
commit
c65baa9298
7 changed files with 8 additions and 6 deletions
|
@ -222,7 +222,7 @@ class QuaggaService(CoreService):
|
|||
Parent class for Quagga services. Defines properties and methods
|
||||
common to Quagga's routing daemons.
|
||||
"""
|
||||
_name = "QuaggaDaemon"
|
||||
_name = None
|
||||
_group = "Quagga"
|
||||
_depends = ("zebra",)
|
||||
_dirs = ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue