Skip to content

Commit b1bb070

Browse files
Ben Kellercopybara-github
authored andcommitted
[roll] Roll fuchsia [settings] setui_service unconditionally returns error from main
1. The CF feature `on_terminate: "reboot"` is being changed to ignore components that stop themselves without error 2. setui_service should never exit unless there is an error during startup because its main loop serves its out dir and CM will never close the client connection to it so setui_service now unconditionally exits with failure to continue triggering the reboot behavior in the off chance that something goes awry. Original-Bug: 352624082 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1172244 Original-Revision: 41a901567b494dd59bc1ed9a70e4189edb1d692b GitOrigin-RevId: a419c0cbd49f05acbc693709968e0f775c30caca Change-Id: I921a1df64bf375b43417b165ecf5127ec11879c2
1 parent 8f6e2ed commit b1bb070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stem

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
githooks="integration/git-hooks"
1212
remote="https://fuchsia.googlesource.com/fuchsia"
1313
gerrithost="https://fuchsia-review.googlesource.com"
14-
revision="be53c43f00272f17af5d278695326fde07b8b8dc"/>
14+
revision="41a901567b494dd59bc1ed9a70e4189edb1d692b"/>
1515
</projects>
1616
<hooks>
1717
<hook name="install-environment"

0 commit comments

Comments
 (0)