removed service load methids, since they are no longer used, added way for custom service load code to facilitate the unique docker service case
This commit is contained in:
parent
73eea80f51
commit
f3863ead73
11 changed files with 26 additions and 117 deletions
|
@ -3,7 +3,6 @@ ucarp.py: defines high-availability IP address controlled by ucarp
|
|||
"""
|
||||
|
||||
from core.service import CoreService
|
||||
from core.service import ServiceManager
|
||||
|
||||
UCARP_ETC = "/usr/local/etc/ucarp"
|
||||
|
||||
|
@ -179,7 +178,3 @@ fi
|
|||
|
||||
|
||||
"""
|
||||
|
||||
|
||||
def load_services():
|
||||
ServiceManager.add(Ucarp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue