blob: f86a91da890d55fe957d32ed5145660d5eee0c94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#
# SPDX-License-Identifier: GPL-3.0-or-later
[Unit]
Description=Temporary /etc/pacman.d/gnupg directory
[Mount]
What=tmpfs
Where=/etc/pacman.d/gnupg
Type=tmpfs
Options=mode=0755
|