blob: dba65992d91d94b46591ff475607ee5b7e3ffe9e [file] [log] [blame]
// 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",
],
},
}