FreeBSD: how to create a (rc) system service

Поделиться
HTML-код
  • Опубликовано: 28 окт 2024

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

  • @newman2767
    @newman2767 5 месяцев назад +1

    super excellent, just wrote my own rd.d script following this tutorial and now I have ttyd working for me. thank you!

    • @BSDJedi
      @BSDJedi  5 месяцев назад

      Awesome. Thanks! The stuff I have shown has relatively poor security; if you want to expose the service on the net, you can use nginx as a web server...

  • @sambots22
    @sambots22 5 месяцев назад +2

    Another masterpiece 👏🔥

    • @BSDJedi
      @BSDJedi  5 месяцев назад

      Thank you! :-) Such nice comments are a really good incentive to produce further content.

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

    why I would want to create a system service?

    • @BSDJedi
      @BSDJedi  3 месяца назад +1

      Hi. A "regular" user should (normally) not have the need to create any service. However, if you are a software developer that wants to deploy a self-developed application that provides some service, or have some program that should be used as a service but does not have a corresponding rc script, then this information might be useful :-)

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

      @@BSDJedi makes sense! appreciate the explanation