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