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

(block version

  (genfscon "proc" "/version" procfile_context)

  (blockinherit .procfile.template))