Skip to content

Instantly share code, notes, and snippets.

@HarlemSquirrel
Last active September 20, 2023 22:03
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HarlemSquirrel/a3e838f76ac1becb95591897c460a968 to your computer and use it in GitHub Desktop.
Save HarlemSquirrel/a3e838f76ac1becb95591897c460a968 to your computer and use it in GitHub Desktop.
a pulseaudio-dlna Unit file for systemd
## Systemd user unit file for pulseaudio-dlna
# Copy to: ~/.config/systemd/user/pulseaudio-dlna.service
# Enable: systemctl --user enable pulseaudio-dlna
[Unit]
Description=PulseAudio-DLNA Service
[Install]
WantedBy=default.target
[Service]
Type=simple
PrivateTmp=true
ExecStart=/usr/bin/pulseaudio-dlna --disable-device-stop
## References
# https://github.com/masmu/pulseaudio-dlna
# https://wiki.archlinux.org/index.php/Systemd/User
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment