Re: having trouble with starting services
Reply #2 –
From what I can tell there isn't a service file for express vpn for runit (there is one for openRC, but it's on the aur, so probably ) so unless you wrote it yourself, you can't have possibly linked the service file to /run/runit/service.
The syntax for sv is:
sudo sv restart expressvpn
And one last thing, in runit the 'restart' command isn't like the systemD one, it only restarts the service, it doesn't start the service if it isn't already running.