-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add setup and running services doc #37
base: master
Are you sure you want to change the base?
Conversation
AIIX
commented
Feb 24, 2023
- should be under "Getting Started"
- doc for different ways of running OVOS services with examples
ovos-audio.service should not also be dependent on pulseaudio ? |
no, it will use whatever sound system the base OS has, which may not be pulseaudio, it could be pipewire or directly use alsa, ovos doesn't really care this is up to the OS |
- Launching the PHAL service: python3 -m ovos_PHAL | ||
- Launching the Audio service: python3 -m mycroft.audio | ||
- Launching the Voice service: python3 -m mycroft.client.speech | ||
- Launching the GUI service: python3 -m mycroft.gui |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we also mention running either mycroft-gui or ovos-shell?
Not sure this PR is valid anymore. Using the hook files instead of directly calling the package from systemd system files |