Allow autospawning of pulseaudio
This possible because in bionic pulseaudio is a dbus activated service within the user session.
This commit is contained in:
parent
2745fa83b3
commit
9a53fbc1de
934
Manual.html
934
Manual.html
File diff suppressed because it is too large
Load Diff
@ -2005,7 +2005,7 @@ first_run: False
|
|||||||
- name: disable pulseaudio autospawning
|
- name: disable pulseaudio autospawning
|
||||||
lineinfile:
|
lineinfile:
|
||||||
path: '{{ vdr.home }}/.config/pulse/client.conf'
|
path: '{{ vdr.home }}/.config/pulse/client.conf'
|
||||||
line: 'autospawn = no'
|
line: 'autospawn = yes'
|
||||||
create: yes
|
create: yes
|
||||||
state: present
|
state: present
|
||||||
owner: '{{ vdr.user }}'
|
owner: '{{ vdr.user }}'
|
||||||
|
@ -56,7 +56,7 @@
|
|||||||
- name: disable pulseaudio autospawning
|
- name: disable pulseaudio autospawning
|
||||||
lineinfile:
|
lineinfile:
|
||||||
path: '{{ vdr.home }}/.config/pulse/client.conf'
|
path: '{{ vdr.home }}/.config/pulse/client.conf'
|
||||||
line: 'autospawn = no'
|
line: 'autospawn = yes'
|
||||||
create: yes
|
create: yes
|
||||||
state: present
|
state: present
|
||||||
owner: '{{ vdr.user }}'
|
owner: '{{ vdr.user }}'
|
||||||
|
Loading…
Reference in New Issue
Block a user