powerman / powerman-overlay

Powerman's Gentoo overlay

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

ERROR-404-NULL-NOT-FOUND opened this issue · comments

commented
How to enable/start runit-service/service-* services

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/).