Is there a good guide to make your program run on startup and reboot the system if you program crashes?

This page summarizes the projects mentioned and recommended in the original post on /r/embeddedlinux

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • supervisor

    Supervisor process control system for Unix (supervisord)

    I'd recommend checking out [SupervisorD](http://supervisord.org/) if your stuff is pretty high level. It'll maintain your logs, auto restart your processes, and/or respond to events like crashes in a scriptable way. Or you could look into systemd, or just a simple init.d script.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts