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

(block scheddebug

  (genfscon "proc" "/sched_debug" procfile_context)

  (blockinherit .procfile.template))