Allow autospawning of pulseaudio
This possible because in bionic pulseaudio is a dbus activated service within the user session.
This commit is contained in:
		
							
								
								
									
										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 | ||||
|   lineinfile: | ||||
|     path: '{{ vdr.home }}/.config/pulse/client.conf' | ||||
|     line: 'autospawn = no' | ||||
|     line: 'autospawn = yes' | ||||
|     create: yes | ||||
|     state: present | ||||
|     owner: '{{ vdr.user }}' | ||||
|   | ||||
| @@ -56,7 +56,7 @@ | ||||
| - name: disable pulseaudio autospawning | ||||
|   lineinfile: | ||||
|     path: '{{ vdr.home }}/.config/pulse/client.conf' | ||||
|     line: 'autospawn = no' | ||||
|     line: 'autospawn = yes' | ||||
|     create: yes | ||||
|     state: present | ||||
|     owner: '{{ vdr.user }}' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user