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

(block driver

  (genfscon "proc" "/driver" procfile_context)

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