qusal/salt/sys-cacher/files/server/qubes-bind-dirs.d/50-sys-cacher.conf

11 lines
217 B
Plaintext
Raw Normal View History

2023-11-13 14:33:28 +00:00
#!/bin/bash
2023-11-13 18:18:06 +00:00
# SPDX-FileCopyrightText: 2023 unman <unman@thirdeyesecurity.org>
2023-11-13 14:33:28 +00:00
#
# SPDX-License-Identifier: AGPL-3.0-or-later
binds+=( '/var/cache/apt-cacher-ng' )
binds+=( '/var/log/apt-cacher-ng' )
# vim: ft=bash