Skip to content

Commit

Permalink
[tp]: redirect standard output and standard error to /dev/null.
Browse files Browse the repository at this point in the history
  • Loading branch information
swjtuer326 authored and xingxg2022 committed Nov 20, 2024
1 parent 405c658 commit ec1a138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ramdisk/overlay/tp/etc/init.d/S30tpdaemond
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ start() {
# else
# /tp_daemon &
# fi
/tp_daemon &
/tp_daemon > /dev/null 2>&1 &
echo "OK"
}
stop() {
Expand Down

0 comments on commit ec1a138

Please sign in to comment.