mirror of
https://github.com/nicolabs/ansible-role-dlna-audiostream.git
synced 2026-02-22 18:26:18 +01:00
14 lines
297 B
Desktop File
14 lines
297 B
Desktop File
# From https://gitlab.gnome.org/GNOME/rygel/-/blob/master/examples/service/systemd/rygel.service
|
|
[Unit]
|
|
Description=Rygel DLNA server
|
|
After=syslog.target
|
|
|
|
[Service]
|
|
User=rygel
|
|
Group=rygel
|
|
ExecStart=/usr/bin/rygel
|
|
# ExecStart=/usr/bin/wrap-dbus /usr/bin/rygel
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|