Skip to content

Commit 4c6169e

Browse files
committed
hw-mgmt: service: Increase TC service stop timeout
On some low-performance systems, stopping the hw-management-tc service took longer than 1 second. Fix: Increased the TimeoutStopSec value in the service file from 1 to 5 seconds. Bug: 4543074 Signed-off-by: Oleksandr Shamray <[email protected]>
1 parent 81f0b1f commit 4c6169e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/hw-management.hw-management-tc.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ StartLimitBurst=5
1111
[Service]
1212
ExecStart=/bin/sh -c "/usr/bin/hw_management_thermal_control.py"
1313
ExecStop=/bin/kill $MAINPID
14-
TimeoutStopSec=1
14+
TimeoutStopSec=5
1515

1616
Restart=on-failure
1717
RestartSec=60s

0 commit comments

Comments
 (0)