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

(block version

  (genfscon "proc" "/version" procfile_context)

  (blockinherit .procfile.template))