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

(in fs

    (genfscon "proc" "/fs" procfile_context)

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