Hi gnomes, n00b here…
Can anyone please point me to instructions for getting rygel working on a home DLNA/UPNP server as a systemd service - specifically on Buster?
Thank you in advance,
Mark
Hi gnomes, n00b here…
Can anyone please point me to instructions for getting rygel working on a home DLNA/UPNP server as a systemd service - specifically on Buster?
Thank you in advance,
Mark
I’d recommend adding a dedicated user and running it as a user service.
So something like
sudo loginctl enable-linger <user>
systemctl --user enable rygel; systemctl --user start rygel
The configuration for that should then also be done in /home/user/.config/rygel.conf
That should make it start on each system start; I can post a bit more detailed version later, sorry
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.