Pulse audio service allowing to launch the pulseaudio system-wide on boot.
Works great on headless system where pulse audio server is necessary.
Read the Pulse audio guideline on system-wide before usage:
- https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/SystemWide/
- https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/WhatIsWrongWithSystemWide/
On ubuntu 16.04.5 LTS
$ sudo apt-get install build-essential
$ sudo apt-get install dh-systemd
$ mkdir deb-build-dir && cd deb-build-dir
$ git clone [email protected]:ascentai/pa-service.git && cd pa-service
$ dpkg-buildpackage -us -uc
$ cd ../ && ls -la | grep *.deb
$ sudo dpkg -i pa-service_0.1.0_all.deb