summaryrefslogtreecommitdiff
path: root/src/sys/procfile/acpiprocfile.cil
blob: 474e9c8593d81e7a1fe891c12433b61f0495142b (plain)
1
2
3
4
5
6
7
8
9
;; SPDX-FileCopyrightText: © 2025 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense

(block acpi

  (genfscon "proc" "/acpi" procfile_context)

  (blockinherit .procfile.macro_template_dirs)
  (blockinherit .procfile.template))