Based on our record, NixOS seems to be a lot more popular than runit. While we know about 266 links to NixOS, we've tracked only 9 mentions of runit. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Not so much about timeouts, but related in that it is based around managing children processes: The lineage of tools descending from daemontools for service management is worth exploring: daemontools: http://cr.yp.to/daemontools.html runit: https://smarden.org/runit/ s6: https://skarnet.org/software/s6/ dinit: https://davmac.org/projects/dinit/. - Source: Hacker News / 6 months ago
I personally am a fan of runit https://smarden.org/runit/ But s6 is excellent as well. - Source: Hacker News / 8 months ago
How does it compare to Runit[[0] used by Void Linux? [0]http://smarden.org/runit/. - Source: Hacker News / almost 2 years ago
Still, I can try to give you a rundown of Runit. Essentially, it's an init system that uses init scripts, but it has a bit more structure to improve on the shortcomings of sysvinit. Much like systemd, it also does service management, although in a much less involved way. Like with sysvinit, the task of logging is left to a separate process, though it has its own logging daemon, if you wish to use it (as logging... Source: about 2 years ago
PID 1 is special. It's the init. Instead of System V init, you can use OpenRC, runit, systemd, s6, or others. Source: over 3 years ago
I'd love to create some Nix (https://nixos.org/) content. - Source: Hacker News / 11 days ago
NixOS may end up being "the last OS I ever use" (especially now that gaming is viable on it): https://nixos.org/ Check it out. The whitepaper's a fairly digestible read, too, and may get you excited about the whole concept (which is VERY different from how things are normally done, but ends up giving you guarantees). - Source: Hacker News / 27 days ago
For implementing the themes I have decided to use nix flakes since they allow each theme to specify their own dependencies and which command to run with the resulting JSON from the previous step as input. Another alternative could have been to use docker, but I wanted to learn more about nix. - Source: dev.to / about 2 months ago
One of the most tedious and time-wasting parts of the development process is setting up tooling. For a NodeJS project this requires getting the right Node version, getting the preferred package manager, installing things like a linter, formatter, and sometimes a compiler for TypeScript or other JS-transpiled languages. Well today we are going to talk about using Nix as an SDK/tool manager, and how we can setup... - Source: dev.to / about 2 months ago
Zest Dermatology | Remote (USA residents only) | Full-time | Systems Administrator / Software Engineer | https://zesthealth.com Zest is a virtual dermatology clinic that delivers care for chronic eczema and psoriasis with a level of satisfaction and patient outcomes that are unheard of in conventional dermatology. What makes Zest particularly exciting is its value-based care business model, a topic worth... - Source: Hacker News / 3 months ago
systemd - systemd is a replacement for the init daemon for Linux (either System V or BSD-style).
GNU Guix - Like Nix but GNU.
s6 - s6 is a small suite of programs for UNIX, designed for process supervision. It can be used as an init system, or as separate supervision components.
Homebrew - The missing package manager for macOS
sysvinit - Savannah is a central point for development, distribution and maintenance of free software, both GNU and non-GNU.
asdf-vm - An extendable version manager