mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user