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