Configuration on Debian 10 (Buster)

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

  • adding the user as usual,
  • Enable session lingering for that user: sudo loginctl enable-linger <user>
  • Switching to that user, use 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.