mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
ola: Add an Open Lighting Architecture package.
The Open Lighting Architecture is a framework for lighting control information. It supports a range of protocols and over a dozen USB devices. It can run as a standalone service, which is useful for converting signals between protocols, or alternatively using the OLA API, it can be used as the backend for lighting control software. OLA runs on many different platforms including ARM, which makes it a perfect fit for low cost Ethernet to DMX gateways. Signed-off-by: Christian Beier <dontmind@freeshell.org>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
# Copyright (C) 2009-2011 OpenWrt.org
|
||||
# Copyright (C) 2015 Christian Beier <dontmind@freeshell.org>
|
||||
|
||||
USE_PROCD=1
|
||||
|
||||
START=90
|
||||
|
||||
start_service() {
|
||||
procd_open_instance
|
||||
procd_set_param command sudo -u nobody /usr/bin/olad --syslog --log-level 3 --config-dir /etc/ola
|
||||
procd_set_param respawn
|
||||
procd_close_instance
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user