Und zwar starte ich neutrino in einer until schleife:
Code: Alles auswählen
until neutrino -u -f
do
sleep 4
if pidof sectionsd > /dev/null; then echo "sectionsd is still running"; else sectionsd; fi
if pidof timerd > /dev/null; then echo "timerd is still running"; else timerd; fi
if pidof zapit > /dev/null; then echo "zapit is still running"; else zapit; fi
if pidof controld > /dev/null; then echo "controld is still running"; else controld; fi
if pidof nhttpd > /dev/null; then echo "nhttpd is still running"; else nhttpd; fi
echo "Irregular neutrino shutdown -- restarting..."
done
Nur ein Vorschlag. Vielleicht kann man das so oder so ähnlich ja übernehmen. Bei mir läufts wie gesagt schon länger bestens
Edit: Der Server läuft offenbar noch auf Winterzeit