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

(block scheddebug

  (genfscon "proc" "/sched_debug" procfile_context)

  (blockinherit .procfile.template))