added more services tests

This commit is contained in:
Blake J. Harnden 2018-06-25 08:41:23 -07:00
parent bb533406a6
commit 1d355d98ec
2 changed files with 86 additions and 15 deletions

View file

@ -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):