-
There are instructions in the wiki for starting a service assuming that you're using systemd. In the case of void linux, which uses runit, what would be the best approach for setting up a service (user or system service)? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Sorry for taking so long to answer. It's been a long since time since I last tried Void and I don't exactly remember how runit works, but starting |
Beta Was this translation helpful? Give feedback.
Sorry for taking so long to answer. It's been a long since time since I last tried Void and I don't exactly remember how runit works, but starting
spotifyd
should be as easy as runningspotifyd --no-daemon
within therun
file (the--no-daemon
makes sure thatspotifyd
doesn't fork into background and is managed by the service manager).