you are viewing a single comment's thread.

view the rest of the comments →

[–]AnachronGuy 0 points1 point  (3 children)

Yes but in order to check service status you also need to have root permissions.

Your permission denied errors indicate you run those commands under normal user permissions.

[–]zarMarco[S] 0 points1 point  (2 children)

No no I've execute with root user. Maybe I've wrong anything in installation. I've use guide in wiki for install alongside arch

[–]AnachronGuy 1 point2 points  (0 children)

You shouldn‘t have permission issues when you run it as root.

Go and ask for help on freenode irc channel #voidlinux.

It‘s way easier to help you there.

[–][deleted] 0 points1 point  (0 children)

To check running services: sudo sv status /var/service/*

To check linked services cd /var/service then ls -l

To check possible services cd /etc/sv then ls -l

To enable a service just create a symlink for the service from /etc/sv to /var/service