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
|
@ -10,6 +10,7 @@ class Bird(CoreService):
|
|||
Bird router support
|
||||
"""
|
||||
name = "bird"
|
||||
executables = ("bird",)
|
||||
group = "BIRD"
|
||||
depends = ()
|
||||
dirs = ("/etc/bird",)
|
||||
|
@ -91,6 +92,7 @@ class BirdService(CoreService):
|
|||
"""
|
||||
|
||||
name = None
|
||||
executables = ("bird",)
|
||||
group = "BIRD"
|
||||
depends = ("bird",)
|
||||
dirs = ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue