diff options
author | Nicolas Thill <nico@openwrt.org> | 2015-01-10 18:44:46 +0100 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2015-01-10 18:44:46 +0100 |
commit | 9afb5e8cf8f29d8a83bc08c73119e221feec008f (patch) | |
tree | 18ff51af4cd592d93fdfc2bc3aed5f62c40c3e8f /utils/bluelog/files | |
parent | 898d3d27dbfdf5c53e2cb5e45b4c0082eab9447f (diff) |
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>
Diffstat (limited to 'utils/bluelog/files')
-rw-r--r-- | utils/bluelog/files/bluelog.init | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/utils/bluelog/files/bluelog.init b/utils/bluelog/files/bluelog.init new file mode 100644 index 000000000..efae2886e --- /dev/null +++ b/utils/bluelog/files/bluelog.init @@ -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 +} |