summaryrefslogtreecommitdiff
path: root/src/sys/procfile/swapsprocfile.cil
blob: c7657c8fbfa157be5a256532552a2e32d3322bec (plain)
1
2
3
4
5
6
7
8
;; SPDX-FileCopyrightText: © 2024 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense

(block swaps

  (genfscon "proc" "/swaps" procfile_context)

  (blockinherit .procfile.template))