mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
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 <dd@embedd.com>
This commit is contained in:
committed by
Hannu Nyman
parent
6e95bdf1b9
commit
0b6bedf5fb
@@ -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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
# Copyright (C) 2011 OpenWrt.org
|
||||
|
||||
START=99
|
||||
START=90
|
||||
STOP=65
|
||||
|
||||
USE_PROCD=1
|
||||
|
||||
Reference in New Issue
Block a user