mirror of
https://github.com/openwrt/packages.git
synced 2025-07-24 10:41:56 +00:00
Convert init.d scripts to use procd and take advantage of respawn feature. Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
9 lines
170 B
Plaintext
9 lines
170 B
Plaintext
config owserver 'owserver'
|
|
option enabled 0
|
|
option user root
|
|
option readonly 0
|
|
option port 4304
|
|
option error_level 0
|
|
list devices '-d'
|
|
list devices '/dev/ttyUSB0'
|