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