aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/procd/files
diff options
context:
space:
mode:
Diffstat (limited to 'package/system/procd/files')
-rw-r--r--package/system/procd/files/procd.sh3
1 files changed, 3 insertions, 0 deletions
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
}