owfs: convert init scripts to procd style

Convert init.d scripts to use procd and take advantage of respawn
feature.

Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
This commit is contained in:
Marcin Jurkowski
2015-09-02 23:58:13 +02:00
parent 101fc3047c
commit a240aa9579
8 changed files with 249 additions and 216 deletions
+3 -4
View File
@@ -1,9 +1,8 @@
config owserver 'owserver'
option enabled 0
option uid 65534
option gid 65534
option user root
option readonly 0
option port 4304
option error_level 0
option options ''
list devices '-d /dev/ttyUSB0'
list devices '-d'
list devices '/dev/ttyUSB0'