added more services tests
This commit is contained in:
parent
bb533406a6
commit
1d355d98ec
2 changed files with 86 additions and 15 deletions
|
@ -22,7 +22,8 @@ class MyService2(MyService):
|
|||
group = "Utility"
|
||||
configs = ("myservice2.sh",)
|
||||
startup = ("sh myservice2.sh",)
|
||||
shutdown = ("sh myservice2.sh",)
|
||||
shutdown = startup
|
||||
validate = startup
|
||||
|
||||
@classmethod
|
||||
def generate_config(cls, node, filename):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue