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