Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Run Mycroft as a service? #179
Comments
|
If you take a look at publish/publish.sh, you can see that we start system services for Mycroft on the units. I don't know what to do about multiple users, but run that script and it will create a deb for you in ./dist. |
|
Cool. I'll check that out. |
|
This issue really pertains only to packaged instances of Mycroft, not really to developers using the git checkout, so I'm going to close. Feel free to re-open if you need to. |
aatchison
closed this
Jun 22, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jasonehines commentedJun 19, 2016
I've setup my computer to start Mycroft automatically after login by adding
/bin/bash /home/jasonehines/Development/mycroft-core/mycroft.sh startto my Startup Applications.However, I wonder if it would be a better thing to make it a system service that still has user options. What would be the pros and cons?
Pros:
Cons:
Those are just quick of the top-of-my-head pros and cons, but I figured I'd start the dialog.
I can write the systemd service scripts and LaunchDaemon for OS X (macOS) if it's wanted.