added service executable check, added error message to gui for service load errors
This commit is contained in:
parent
e80736061f
commit
bf47e5fc0d
10 changed files with 90 additions and 39 deletions
|
@ -12,6 +12,7 @@ class XorpRtrmgr(CoreService):
|
|||
enabled XORP services, and launches necessary daemons upon startup.
|
||||
"""
|
||||
name = "xorp_rtrmgr"
|
||||
executables = ("xorp_rtrmgr",)
|
||||
group = "XORP"
|
||||
depends = ()
|
||||
dirs = ("/etc/xorp",)
|
||||
|
@ -75,6 +76,7 @@ class XorpService(CoreService):
|
|||
common to XORP's routing daemons.
|
||||
"""
|
||||
name = None
|
||||
executables = ("xorp_rtrmgr",)
|
||||
group = "XORP"
|
||||
depends = ("xorp_rtrmgr",)
|
||||
dirs = ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue