-
Notifications
You must be signed in to change notification settings - Fork 63
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
set as service on startup #26
Comments
installed python-daemon and did following changes to alexa script -- coding: utf-8 --import daemon from avs.main import main def run(): if name == 'main': |
Now I added it as S99 service but it does not start at boot.... |
How about adding the command to |
Hi, I am trying to add the alexa command ( Is it possible that it only works when you have a terminal window open and the service ( |
Description
I want to set Alexa to start automatically on startup ( using pocketsphinx)
What I Did
Alexa runs fine if executed manually
Added start command into rc.local but it is not starting
What is the correct way to set it as startup service
mopidy and shairport are stopped and disable, this will only be used as alexa
The text was updated successfully, but these errors were encountered: