blob: a811c2dbca9d7044b9f3c733dfb5a81175d8b5b7 (
plain)
1
2
3
4
5
6
7
8
9
|
;; SPDX-FileCopyrightText: © 2023 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))
|