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

(block uptime

  (genfscon "proc" "/uptime" procfile_context)

  (blockinherit .procfile.template))