Skip to content

systemd: set values for restarting pulseaudio.service on failure

Updates pulseaudio.service with some values for startups. Fixes #1385

If there is a better solution, feel free to comment or change it.

In Unit Section:

StartLimitIntervalSec=0 - service will not ratelimit on failure

In Service Section:

Restart=1 - service will try to restart only once per second

Edited by Jan-Eric Staffel

Merge request reports