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

(block uptime

  (genfscon "proc" "/uptime" procfile_context)

  (blockinherit .procfile.template))