added shutdown to mgen actor
From: macker
This commit is contained in:
parent
ed14bb60e5
commit
4957b73e44
1 changed files with 1 additions and 1 deletions
|
@ -588,7 +588,7 @@ class MgenActor(NrlService):
|
|||
# list of startup commands, also may be generated during startup
|
||||
_startup = ("sh start_mgen_actor.sh", )
|
||||
# list of shutdown commands
|
||||
_shutdown = ()
|
||||
_shutdown = ("killall mgen")
|
||||
@classmethod
|
||||
def generateconfig(cls, node, filename, services):
|
||||
''' Generate a startup script for MgenActor. Because mgenActor does not
|
||||
|
|
Loading…
Reference in a new issue