| // Copyright 2022 The Fuchsia Authors. All rights reserved. | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| { | |
| include: [ "//src/cobalt/bin/app/meta/cobalt_base.cml" ], | |
| program: { | |
| args: [ | |
| // Exit if lifecycle service cannot be connected to. | |
| "--require_lifecycle_service", | |
| ], | |
| }, | |
| } |