mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
collectd: import from packages, add myself as maintainer
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#!/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
|
||||
}
|
||||
Reference in New Issue
Block a user