added shutdown to mgen actor

From: macker
This commit is contained in:
tgoff0 2015-04-03 01:49:15 +00:00
parent ed14bb60e5
commit 4957b73e44

View file

@ -588,7 +588,7 @@ class MgenActor(NrlService):
# list of startup commands, also may be generated during startup # list of startup commands, also may be generated during startup
_startup = ("sh start_mgen_actor.sh", ) _startup = ("sh start_mgen_actor.sh", )
# list of shutdown commands # list of shutdown commands
_shutdown = () _shutdown = ("killall mgen")
@classmethod @classmethod
def generateconfig(cls, node, filename, services): def generateconfig(cls, node, filename, services):
''' Generate a startup script for MgenActor. Because mgenActor does not ''' Generate a startup script for MgenActor. Because mgenActor does not