powerman / powerman-overlay

Powerman's Gentoo overlay
12 stars 4 forks source link

How to enable/start runit-service/service-* services #12

Closed ERROR-404-NULL-NOT-FOUND closed 1 year ago

powerman commented 1 year ago

Can you please be more specific about your issue?

These services are enabled/started in usual runit way:

  1. You should have runsvdir process running on some directory (e.g. /etc/service/ or /etc/runit/runsvdir/current/ - often first dir is a symlink to second dir).
  2. You should make a symlink for a service you want to enable&start into that directory (e.g. ln -s /etc/sv/ssh /etc/service/).