From 8228cee3f34bbae17a1625fe10e9544dbef01581 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 15 Apr 2016 12:33:32 +0200 Subject: [PATCH] collectd: stop service on shutdown Signed-off-by: Jo-Philipp Wich --- utils/collectd/Makefile | 2 +- utils/collectd/files/collectd.init | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index adc11796d..5a808dd23 100644 --- a/utils/collectd/Makefile +++ b/utils/collectd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=collectd PKG_VERSION:=5.5.1 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://collectd.org/files/ diff --git a/utils/collectd/files/collectd.init b/utils/collectd/files/collectd.init index 727e020aa..c9afdee8d 100644 --- a/utils/collectd/files/collectd.init +++ b/utils/collectd/files/collectd.init @@ -2,6 +2,7 @@ # Copyright (C) 2006-2016 OpenWrt.org START=80 +STOP=10 USE_PROCD=1