pulseaudio: lower START= value in init script
authorDaniel Danzberger <redacted>
Thu, 5 Mar 2026 18:00:06 +0000 (19:00 +0100)
committerHannu Nyman <redacted>
Sat, 14 Mar 2026 06:32:01 +0000 (08:32 +0200)
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 <redacted>
sound/pulseaudio/Makefile
sound/pulseaudio/files/pulseaudio.init

index 9cafce5866560c565059487213b511c77cdebcfd..ecda2a9725010717ff990554fe5a21386b25ea52 100644 (file)
@@ -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
index 005d21fcaf7dcdb0f4154451795327a1f58f70ee..44072bc05c8e824edb224ec70ee283d602192d31 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/sh /etc/rc.common
 # Copyright (C) 2011 OpenWrt.org
 
-START=99
+START=90
 STOP=65
 
 USE_PROCD=1
git clone https://git.99rst.org/PROJECT