Skip to content

Pulse audio service allowing to launch the PA system-wide on boot.

Notifications You must be signed in to change notification settings

ascentai/pa-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

pa-service

Pulse audio service allowing to launch the pulseaudio system-wide on boot.

When to use

Works great on headless system where pulse audio server is necessary.

Read the Pulse audio guideline on system-wide before usage:

Getting prepared

On ubuntu 16.04.5 LTS

$ sudo apt-get install build-essential
$ sudo apt-get install dh-systemd

Build the package

$ 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

Install

$ sudo dpkg -i pa-service_0.1.0_all.deb

About

Pulse audio service allowing to launch the PA system-wide on boot.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published