Programs on startup on Raspberry pi3 gateway full os

Hi all, I’ve installed the chirpstack gateway full OS on the Raspberry pi3. Now i want to run a specific python or bash program at the startup of the raspberry… does someone know how to do it? Thanks in advice.

The image is kept as small as possible and certain tooling might not be available. You have to see it more as a firmware image than as a full Linux distribution. You will find all the recipes here: https://github.com/brocaar/chirpstack-gateway-os. You can add your own recipes with scripts you want to include in these images and create custom builds.

1 Like

Thanks a lot, I’ll try to figure out how to run a simple program at the startup. Thanks for your time