collectd: moved to github
[packages.git] / utils / collectd / files / collectd.init
diff --git a/utils/collectd/files/collectd.init b/utils/collectd/files/collectd.init
deleted file mode 100644 (file)
index 8204c38..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh /etc/rc.common
-# Copyright (C) 2006-2011 OpenWrt.org
-
-START=80
-
-SERVICE_USE_PID=1
-
-start() {
-       mkdir -m 0755 -p /var/lib/collectd
-       service_start /usr/sbin/collectd
-}
-
-stop() {
-       service_stop /usr/sbin/collectd
-}