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

(block modules

  (genfscon "proc" "/modules" procfile_context)

  (blockinherit .procfile.template))