def stop_daemon(step): config = ETC_DIR + '/config.yml' assert lib.stop_daemon('msg_sender', config)
def stop_daemon(step, name): config = ETC_DIR + '/config.yml' assert lib.stop_daemon(name, config)
def stop_daemon(step): config = ETC_DIR + '/config.yml' assert lib.stop_daemon('messaging', config)