blob: 74542b22b330114294a45ac8f80ed63df51f48be (
plain)
1
2
3
4
5
6
7
8
|
;; SPDX-FileCopyrightText: © 2024 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense
(block uptime
(genfscon "proc" "/uptime" procfile_context)
(blockinherit .procfile.template))
|