mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
bluelog: import from old packages feed
- update to latest version (v1.1.2) - add license info - add myself as maintainer Signed-off-by: Nicolas Thill <nico@openwrt.org>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
|
||||
START=65
|
||||
|
||||
SERVICE_DAEMONIZE=1
|
||||
|
||||
start() {
|
||||
service_start /usr/bin/bluelog
|
||||
}
|
||||
|
||||
stop() {
|
||||
service_stop /usr/bin/bluelog
|
||||
}
|
||||
Reference in New Issue
Block a user