summaryrefslogtreecommitdiff
path: root/src/sys/procfile/fsprocfile.cil
blob: 5b46976e0cd590527e991705e14be634cf697254 (plain)
1
2
3
4
5
6
7
8
9
;; SPDX-FileCopyrightText: © 2023 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))