blob: 62ebbf55a76e5ef338251b030de27c8bb2212940 (
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 diskstats
(genfscon "proc" "/diskstats" procfile_context)
(blockinherit .procfile.template))
|