[Touch-packages] [Bug 1889416] Re: pulseaudio.service: Start request repeated too quickly.

2021-05-01 Thread Samuel PHAN
As a workaround, you can try to edit the systemd file "/usr/lib/systemd/user/pulseaudio.service" and add the line: ``` RestartSec=2s ``` Your [Service] section would look like to this: ``` [Service] ExecStart=/usr/bin/pulseaudio --daemonize=no --log-target=journal LockPersonality=yes

[Touch-packages] [Bug 1916722] Re: Pulseaudio fails to start after reboot if home partition is encrypted

2021-05-01 Thread Samuel PHAN
Hi Anton, As a workaround, you can try to edit the systemd file "/usr/lib/systemd/user/pulseaudio.service" and add the line: ``` RestartSec=2s ``` Your [Service] section would look like to this: ``` [Service] ExecStart=/usr/bin/pulseaudio --daemonize=no --log-target=journal LockPersonality=yes