Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3db95266 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix typo in android init language documentation." am: e4424ff4 am:...

Merge "Fix typo in android init language documentation." am: e4424ff4 am: a33a65c8 am: 485f55a8

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1327897

Change-Id: I67c1642c2fb2acd7fc877e50b54745031137722f
parents 45e7b527 485f55a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -764,7 +764,7 @@ The _commands_ are listed below.
These are equivalent to using the `start`, `restart`, and `stop` commands on the service specified
by the _value_ of the property.

`oneshot_one` and `oneshot_off` will turn on or off the _oneshot_
`oneshot_on` and `oneshot_off` will turn on or off the _oneshot_
flag for the service specified by the _value_ of the property.  This is
particularly intended for services that are conditionally lazy HALs.  When
they are lazy HALs, oneshot must be on, otherwise oneshot should be off.