There was an error while loading. Please reload this page.
1 parent c30e122 commit 16cd8ebCopy full SHA for 16cd8eb
1 file changed
tools/k1-setup/jetson-clocks-refresh.service
@@ -7,4 +7,5 @@ Type=oneshot
7
StandardOutput=journal
8
StandardError=journal
9
ExecStartPre=/usr/bin/jetson_clocks --show
10
+ExecStartPre=bash -c 'for z in /sys/class/thermal/thermal_zone*; do printf "%%s: %%s C\n" "$(cat "$z/type")" "$(( $(<"$z/temp") / 1000 ))"; done'
11
ExecStart=/usr/bin/jetson_clocks
0 commit comments