CatalystCode / cell-sar

Cell Scanning Search and Rescue Drone Prototype
5 stars 4 forks source link

RPI3 starts required applications automatically and ensures they stay running #9

Closed stefangordon closed 7 years ago

stefangordon commented 7 years ago

We will have between one and three discrete applications that need to be running on the Pi to talk to the radio and the drone, as well as various status/logging activities.

We need to ensure that these are automatically launched when the Pi gets powered on, and if they crash for some reason they get restarted. Basically, we want the RPI to act more like an 'appliance' than a computer.

Whatever process does this should be automatically configured as part of the build or deployment script.

anthturner commented 7 years ago

I put init scripts together for both YateBTS and OCP to facilitate this. They're currently integrated with the install process :)