configs/bash: add stderr_to_null

This commit is contained in:
Robert Swiecki 2018-06-25 04:12:07 +02:00
parent 5bf23a0e58
commit 06c5818abd

View File

@ -30,6 +30,7 @@ keep_caps: true
cap: "CAP_NET_ADMIN" cap: "CAP_NET_ADMIN"
cap: "CAP_NET_RAW" cap: "CAP_NET_RAW"
silent: false silent: false
stderr_to_null: false
skip_setsid: true skip_setsid: true
pass_fd: 100 pass_fd: 100
pass_fd: 3 pass_fd: 3