blob: 5182b8ee628cdd0eea43f4a0b7ee0e8453456276 [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: [ "syslog/client.shard.cml" ],
program: {
runner: "elf",
binary: "bin/write_startup_socket",
forward_stdout_to: "log",
forward_stderr_to: "log",
},
}