blob: 255062f46519f22eaae5ea288dbc864c1cbbcb21 [file] [log] [blame] [edit]
# Copyright 2023 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
group("tmpfiles.d") {
deps = [ ":install_config" ]
}
install_config("install_config") {
sources = [ "dns-proxy.conf" ]
install_path = "tmpfilesd"
}