packages/utils/owfs/files/owfs.conf
Marcin Jurkowski 7000746a30 owfs: Add init scripts and config files
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>
2015-09-01 01:19:40 +02:00

11 lines
242 B
Text

config owfs 'owfs'
option enabled 0
option uid 0
option gid 0
option readonly 0
option mountpoint '/mnt/owfs'
option fuse_allow_other 0
option fuse_open_opt ''
option error_level 0
option options ''
list devices '-s localhost:4304'