From: Daniel Danzberger Date: Thu, 5 Mar 2026 18:00:06 +0000 (+0100) Subject: pulseaudio: lower START= value in init script X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=0b6bedf5fba58485b1d7e4666ae003662057a4a1;p=openwrt-packages.git pulseaudio: lower START= value in init script Lower the START value from 99 to 90. This allows other applications that use pulseaudio to start after it with the pulse client socket being available. Signed-off-by: Daniel Danzberger --- diff --git a/sound/pulseaudio/Makefile b/sound/pulseaudio/Makefile index 9cafce586..ecda2a972 100644 --- a/sound/pulseaudio/Makefile +++ b/sound/pulseaudio/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pulseaudio PKG_VERSION:=17.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://freedesktop.org/software/pulseaudio/releases diff --git a/sound/pulseaudio/files/pulseaudio.init b/sound/pulseaudio/files/pulseaudio.init index 005d21fca..44072bc05 100644 --- a/sound/pulseaudio/files/pulseaudio.init +++ b/sound/pulseaudio/files/pulseaudio.init @@ -1,7 +1,7 @@ #!/bin/sh /etc/rc.common # Copyright (C) 2011 OpenWrt.org -START=99 +START=90 STOP=65 USE_PROCD=1