Software Alternatives & Reviews

Supervisor VS Dinit

Compare Supervisor VS Dinit and see what are their differences

Supervisor logo Supervisor

Supervisor is a client/server system that allows its users to monitor and control a number of...

Dinit logo Dinit

Dinit is a service supervisor with dependency support which can also act as the system "init" program.
  • Supervisor Landing page
    Landing page //
    2018-09-29
  • Dinit Landing page
    Landing page //
    2023-09-06

Supervisor videos

Ups supervisor review why are so many hard hearted?

More videos:

  • Tutorial - How to: Complete the Mid-Year Review (Supervisor)
  • Review - Convictions Get Supervisor Review

Dinit videos

SystemD Runit Dinit OpenRC Boot Time #Void #Arch #Artix #Alpine #Linux

More videos:

  • Tutorial - How to start services using dinit.

Category Popularity

0-100% (relative to Supervisor and Dinit)
Monitoring Tools
72 72%
28% 28
Log Management
71 71%
29% 29
Performance Monitoring
100 100%
0% 0
Fintech
61 61%
39% 39

User comments

Share your experience with using Supervisor and Dinit. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Based on our record, Supervisor should be more popular than Dinit. It has been mentiond 25 times since March 2021. 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.

Supervisor mentions (25)

  • An Internet of PHP
    What I went with was having both a web server (Apache/Nginx) and PHP-FPM in the same container image, held together by Supervisor: http://supervisord.org/ In my case, the Dockerfile looks a bit like the following:
      # Whatever base web server image you want, Debian/Ubuntu based here.
    - Source: Hacker News / 8 months ago
  • Private Python Packages With devpi
    As you can see there are several methods of running devpi server including cron, launchd (OSX service), nginx, Windows service, and supervisord. It also has a systemd service file which we can use to manage the service easily as Ubuntu uses it for primary service management. First off though we're going to need a proxy script to ensure that devpi is running in the virtual environment:. - Source: dev.to / 10 months ago
  • How can I get a lisp image to run in the background?
    If it's a linux box you can make it a systemctl service, or you could use http://supervisord.org/. Source: 10 months ago
  • Can I create/delete a Serverless VPC using Python?
    I used supervisord to start my server and the cloud SQL proxy within the same container. That should work for your use case too. Source: 12 months ago
  • Have you convinced anyone to use Nix or NixOS? Friends? Coworkers?
    I convinced (previous) $dayjob to use it. It (nix) kind of hung around in the background with the team that used haskell for awhile, but became prime time when we needed to support a range of VMs running within client infrastructure that were in reality just running various python scripts under supervisord (http://supervisord.org/). The range of client machines (redhat, centos, debian, ubuntu all of different... Source: about 1 year ago
View more

Dinit mentions (10)

  • are there any good reasons for me to avoid systemd
    Still, I applaud efforts like s6 and Dinit as competition is a good thing in general. I hope they'll continue to be improved upon until they've become viable alternatives to systemd for most users. Source: 11 months ago
  • Gentoo 66 init or dinit
    You can download dinit from github https://github.com/davmac314/dinit. (also read everything about it) Do a simple make && make install which should install it to /sbin/dinit No need to remove systemd or openrc. /sbin/init should be symlinked to whatever init system you use. Read the instructions on dinits page. All the services go into /etc/dinit.d. And you can "dinitctl enable servicename" to enable it. I... Source: 12 months ago
  • A discussion about the Ultimate Linux Desktop
    It got mass-adopted while being imperfect, so that's to be expected. Thankfully its inception and the criticism that followed have paved the way for the likes of dinit and s6. Source: 12 months ago
  • Run a script when connection is established and ready?
    I use dinit do manage services on my home server. One of them is Caddy, that shares TLS/SSL cert state with my remote server by using Redis on said remote server. However, since this means that I need to have established a remote connection first before starting Caddy, I would like to know of a method to check if tailscale has in fact finished connecting. Source: about 1 year ago
  • Fastest way to boot Void Linux?
    I've used a ton of improvements but I know this community knows a lot more about some parts than me. So here I come. I'm currently using efibootmgr to create an efistub to bypass grub. Using base-minimal with ncurses so terminal apps work. Also I use this in my /etc/dracut.conf.d/local.conf: Hostonly="yes" Omit_dracutmodules=" network plymouth " And that works perfectly. Don't know exactly what network or... Source: about 1 year ago
View more

What are some alternatives?

When comparing Supervisor and Dinit, you can also consider the following products

systemd - systemd is a replacement for the init daemon for Linux (either System V or BSD-style).

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.

runit - runit is a cross-platform Unix init scheme with service supervision, a replacement for sysvinit...

M/Monit - Monit is a free open source utility for managing and monitoring, processes, files, directories and filesystems on a UNIX system. Monit conducts automatic maintenance and repair and can execute meaningful causal actions in error situations.

sysvinit - Savannah is a central point for development, distribution and maintenance of free software, both GNU and non-GNU.

Upstart - Upstart is an event-based replacement for the /sbin/init daemon which handles starting of tasks and...