Skip to content

Instantly share code, notes, and snippets.

@flakey-bit
Created September 11, 2019 02:12
Show Gist options
  • Save flakey-bit/f7d390d6862b7be34c97819e070525e2 to your computer and use it in GitHub Desktop.
Save flakey-bit/f7d390d6862b7be34c97819e070525e2 to your computer and use it in GitHub Desktop.
Systemd PulseAudio service for Ubuntu + Kodi HTPC
[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
@flakey-bit
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment