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

(block uptime

    (genfscon "proc" "/uptime" procfile_context)

    (blockinherit .procfile.template))