Owfs daemons lack control scripts. This patch adds init.d scripts for owfs, owserver, owhttpd and owftpd packages. Most daemon options (both common libow and program-specific parameters) are reflected as uci config variables. Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
9 lines
191 B
Text
9 lines
191 B
Text
config owserver 'owserver'
|
|
option enabled 0
|
|
option uid 65534
|
|
option gid 65534
|
|
option readonly 0
|
|
option port 4304
|
|
option error_level 0
|
|
option options ''
|
|
list devices '-d /dev/ttyUSB0'
|