Last active
December 9, 2024 02:43
-
-
Save HarlemSquirrel/a3e838f76ac1becb95591897c460a968 to your computer and use it in GitHub Desktop.
a pulseaudio-dlna Unit file for systemd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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