Created
September 11, 2019 02:12
-
-
Save flakey-bit/f7d390d6862b7be34c97819e070525e2 to your computer and use it in GitHub Desktop.
Systemd PulseAudio service for Ubuntu + Kodi HTPC
This file contains 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
[Unit] | |
Description=PulseAudio system server | |
After=avahi-daemon.service network.target | |
[Service] | |
Type=forking | |
ExecStart=/usr/bin/pulseaudio --realtime --no-cpu-limit --system --disallow-exit --daemon | |
ExecReload=/bin/kill -HUP $MAINPID | |
Restart=always | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note, need to follow instructions here:
https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/SystemWide/