void-linux/void-runit

how to start 'cups' service?

erdosnew opened this issue · 1 comments

hi, I couldn't figure out how to start a service like 'cups' in void linux. I've looked up documentation and tried the following:
sh-5.0# sv status cupsd
fail: cupsd: unable to change to service directory: file does not exist

it seems that 'cups' is in /etc/sv/cupsd, tried the following as well.
[erdos@quantum ~]$ sudo sv up /etc/sv/cupsd
warning: /etc/sv/cupsd: unable to open supervise/ok: file does not exist

so how to start a service?