Skip to content
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

Autostart on boot? (RPi) #43

Open
submacmedia opened this issue Nov 1, 2019 · 1 comment
Open

Autostart on boot? (RPi) #43

submacmedia opened this issue Nov 1, 2019 · 1 comment

Comments

@submacmedia
Copy link

submacmedia commented Nov 1, 2019

(apologies for being a total noob)
If I've read the readme right, installing the pre-built debian package should set the qmsk-e2-tally.service running using /etc/default/qmsk-e2-tally for configuration, and I infer from that that the program should run on boot using the gpio and http configurations outlined in the /etc/default/qmsk-e2-tally, but in order to get it to work I still have to ssh into the rpi and fire off a command line using sudo and outlining all the options. Am I misunderstanding or did I miss a step? (Do I have to set the auto-login to "qmsk-e2" user instead of pi? and if so, what's the default password for that user?)
.. as it is, after firing the command line, it works great, big thanks to the devs!

@SpComb
Copy link
Member

SpComb commented Nov 2, 2019

The .deb package only installs the qmsk-e2-tally.service systemd unit, but it does not start or enable it. This should probably be mentioned in the README.

Try the following commands:

  • sudo systemctl enable qmsk-e2-tally.service
  • sudo systemctl start qmsk-e2-tally.service
  • sudo systemctl status qmsk-e2-tally.service

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants