New comment by mrtuxa on void-packages repository https://github.com/void-linux/void-packages/issues/41397#issuecomment-1368765250 Comment: > > how can i check if the service is running correctly > > You can check status of services with `sv status`. All running services are present in `/var/service` in the form of symbolic links. > > how can i check if the service is running correctly > > You can check status of services with `sv status`. All running services are present in `/var/service` in the form of symbolic links. ``` [root@mrtuxa mrtuxa]# sv status dbus run: dbus: (pid 861) 200s [root@mrtuxa mrtuxa]# sv status libvirtd run: libvirtd: (pid 866) 205s; run: log: (pid 865) 205s [root@mrtuxa mrtuxa]# sv status virtlockd run: virtlockd: (pid 864) 209s; run: log: (pid 863) 209s [root@mrtuxa mrtuxa]# sv status virtlogd run: virtlogd: (pid 880) 211s; run: log: (pid 878) 211s ```