mirror of
https://github.com/openwrt/packages.git
synced 2025-07-10 06:29:03 +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
166 B
Plaintext
9 lines
166 B
Plaintext
config owftpd 'owftpd'
|
|
option enabled 0
|
|
option user root
|
|
option readonly 0
|
|
option port 21
|
|
option error_level 0
|
|
list devices '-s'
|
|
list devices 'localhost:4304'
|