rssileds: change rssileds.init STOP index
This patch is in a series to allow additional STOP indexes after umount, so that other block devices may stop cleanly. rssileds.init is now STOP=89 Signed-off-by: Joseph Tingiris <joseph.tingiris@gmail.com>
This commit is contained in:
parent
5883b5a1f8
commit
8a5a01a677
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=rssileds
|
||||
PKG_VERSION:=0.2
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
PKG_LICNESE:=GPL-2.0+
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# (C) 2012 Daniel Golle, Allnet GmbH <dgolle@allnet.de>
|
||||
|
||||
START=96
|
||||
STOP=96
|
||||
STOP=89
|
||||
RSSILEDS_BIN="/usr/sbin/rssileds"
|
||||
|
||||
SERVICE_DAEMONIZE=1
|
||||
|
|
Loading…
Reference in a new issue