Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

make stop-mycroft.sh also stop if skills are started from other module. #2449

Merged
merged 3 commits into from
Jan 27, 2020
Merged

make stop-mycroft.sh also stop if skills are started from other module. #2449

merged 3 commits into from
Jan 27, 2020

Conversation

andlo
Copy link
Contributor

@andlo andlo commented Jan 8, 2020

Description

Make stop-mycroft.sh also stop if skills are started from other module.
If mycroft.skills are started from other module like ptvsd this make the stop function still posible to stop the skills service.

This is needed if running ptvsd remote debug to make sure skills are stoped as usal even though the proces is

python3 -m ptvsd --host 0.0.0.0 --port 5678 -m mycroft.skills

and not as normal

python3 -m mycroft.skills

How to test

Starting and stopping and restarting skills should still work as usal

Contributor license agreement signed?

CLA [ X ] (Whether you have signed a CLA - Contributor Licensing Agreement

@devs-mycroft devs-mycroft added the CLA: Yes Contributor License Agreement exists (see https://github.com/MycroftAI/contributors) label Jan 8, 2020
@forslund
Copy link
Collaborator

Thanks @andlo, Looks and works as expected. Merging.

@forslund forslund merged commit 8fb0167 into MycroftAI:dev Jan 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CLA: Yes Contributor License Agreement exists (see https://github.com/MycroftAI/contributors)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants