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

(block dynamicdebug

  (genfscon "proc" "/dynamic_debug" procfile_context)

  (blockinherit .procfile.macro_template_dirs)
  (blockinherit .procfile.base_template))