Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.
Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
Sign up for free
Gen AI apps are built with MongoDB Atlas
Build gen AI apps with an all-in-one modern database: MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
rc.stupid a Linux daemon that:
- repeatedly runs a start script at system startup until this script exits with zero status
- regulary runs a check script
- runs a stop script at system shutdown
Why ?
Because startup systems like systemd and upstart are sometimes hard to tune in many situations, like MySQL data directory on a networked filesystem.
As rc.stupid does nothing other as running scripts (or anything that may be executed) you may find other use cases like simple clustering.
InitNG strived to replace the old System V Init completelty. It offers faster startup through parallelization, service and demon monitoring, logging facilities and a dynamic run-time dependency configuration.