Void Linux: Runit Service Management Basics & Custom Services

Поделиться
HTML-код
  • Опубликовано: 11 окт 2024
  • Here I go over how to manage services on void Linux.

Комментарии • 20

  • @MatheusAugustodaSilva
    @MatheusAugustodaSilva  4 года назад +2

    Hey guys, quick update!
    If you want my Emacs runit service you can get it from my repository ( as well as my emacs config if you're interested ): github.com/matman26/emacs-config

  • @teamskeet2006
    @teamskeet2006 3 месяца назад

    One of the few Top TOp TOP notch linux distros, very underrated

  • @oneilljr919
    @oneilljr919 4 года назад +4

    Thank you for this runit tutorial. Acctually I tried runit in Artix Linux (the Arch Linux with runit or OpenRC) with the spin artix-lxqt-runit-20181008-x86_64.iso a year ago.

  • @BrentFraserWeatherall
    @BrentFraserWeatherall 2 года назад

    Really nice overview. Really love runit, and use it with Devuan as I'm a long time fan of the Debian flavour.

  • @kvasnyukstanislav244
    @kvasnyukstanislav244 3 года назад +2

    void linux one love

  • @anlonburke2885
    @anlonburke2885 4 года назад +1

    Nice explanation - very valuable. Thank You!

  • @AAAnsie
    @AAAnsie 4 года назад +9

    4:10 dude that’s a long password 👍

  • @TheToniz4
    @TheToniz4 4 года назад +1

    meu deus, a sua senha tem dois parágrafos. Ótimo vídeo, ta facilitando a minha transição do arch pro artix, vlw.

    • @MrRenanwill
      @MrRenanwill 3 года назад

      Precisa de dois ataques de dicionário pra quebrar

  • @priyamaran8257
    @priyamaran8257 Год назад

    Thanks for the video man ❤️

  • @TriDocs
    @TriDocs 3 года назад +1

    Hey, I still dont understand with Runit log? How can I get the logs from my service? Ex: nginx's log.
    got it, its already on this video.

  • @andreupuig5344
    @andreupuig5344 Год назад

    hi good video. i have a problem with start cups, terminal say file does not exist wen i check the status. But in /var/service it is. what do I have to do? thank you

  • @essemes2936
    @essemes2936 6 дней назад

    how to prevent btrfs & lvm
    service from starting at boot in voidlinux

  • @Prof.Laitharth
    @Prof.Laitharth 4 года назад

    Hello from New Delhi

  • @priyashreeshetty708
    @priyashreeshetty708 4 года назад

    I created a runit for elasticsearch service to restart the elasticsearch servicer when the service on the machine goes donw. This is my run script ```#!/bin/bash
    exec /usr/sbin/service elasticsearch restart```.. I start this run script, but it keeps on starting and stopping the elasticsearch service with different process id.. No fixed pid. Could u please let me know what I am doing wrong

    • @MatheusAugustodaSilva
      @MatheusAugustodaSilva  4 года назад

      In fact you are trying to call the "service" binary in your bash script, but this binary does not exist for runit. It's probably restarting over and over again because the bash script is failing. You should follow the "starting from the command-line" section of this guide www.elastic.co/guide/en/elasticsearch/reference/current/starting-elasticsearch.html to get an idea of what to put on your bash script (the command should look something like 'exec elasticsearch', you can read the manual entry to check which flags you want to use)

  • @marcostorres3023
    @marcostorres3023 4 года назад +1

    i like your name

  • @pancreasnou
    @pancreasnou 4 года назад

    cara, muito massa! como seu emacs abre tao rapido? pode compartilhar o .emacs? tambem uso com evil.

    • @MatheusAugustodaSilva
      @MatheusAugustodaSilva  4 года назад

      Muito obrigado!
      Ele abre rápido justamente por causa desse serviço no runit; quando a máquina boota o runit (pode ser com systemd também) inicia o emacs em modo servidor. Como o emacs fica sempre aberto no plano de fundo, quando eu aperto o atalho pro emacs eu estou simplesmente chamando uma janela do servidor.
      (Doc do emacs server: www.gnu.org/software/emacs/manual/html_node/emacs/Emacs-Server.html )
      Quanto ao .emacs , assim que eu tiver algum tempo livre vou fazer um repositório no github e postar um vídeo aqui pra quem se interessar :)

    • @pancreasnou
      @pancreasnou 4 года назад

      Matheus Augusto da Silva eu rodo emacs sem ser no background. Mas eu inicio o server M-x server-start, algo assim no cliente. Mas quando eu rodo emacsclient não eh tao rápido assim. Fico no aguardo pelo seu video. Abraços