Start script after Phoniebox loads? #1222
Unanswered
alanrodriguezdotme
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi, you would need to add a so called service to automatically load on boot. example for a service file here: https://github.com/MiczFlor/RPi-Jukebox-RFID/blob/develop/misc/sampleconfigs/phoniebox-gpio-control.service.sample You need to place the file here (you need sudo rights) and activate via
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone. I'm working on an update to my current Phoniebox. I'm adding an Adafruit Neotrellis to this new version, replacing the GPIO buttons I'm currently using. I'm a bit of a Python noob, so excuse me if this is a basic question: I have a script that makes the Neotrellis work properly, but I currently need to SSH into the Pi and run it manually. Is there a way to run the script after Phoniebox loads?
I'm using a 2019 version of the project, if that helps at all.
I appreciate any help. 🙏
Beta Was this translation helpful? Give feedback.
All reactions