X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=package%2Fsystem%2Fprocd%2Ffiles%2Fprocd.sh;h=78352c0b761a07bd4c7f40806d485e7c790019c4;hp=be1d888a196e429776211e184903f736f0364e1e;hb=858ba2df8a7bf5a162b319dbd607ced6e857e7a6;hpb=d6b863adc2397aa00849d6c58c846bf80f83b4c0 diff --git a/package/system/procd/files/procd.sh b/package/system/procd/files/procd.sh index be1d888a19..78352c0b76 100644 --- a/package/system/procd/files/procd.sh +++ b/package/system/procd/files/procd.sh @@ -143,6 +143,9 @@ _procd_set_param() { user) json_add_string "$type" "$1" ;; + stdout|stderr) + json_add_boolean "$type" "$1" + ;; esac }