f4794aa0ff
When using tmpfs, it is possible that parts of it end up getting put in swap space (only if there is one). This may not be desired, so use ramfs instead.
9 lines
134 B
SYSTEMD
9 lines
134 B
SYSTEMD
[Unit]
|
|
Description=Temporary /etc/pacman.d/gnupg directory
|
|
|
|
[Mount]
|
|
What=ramfs
|
|
Where=/etc/pacman.d/gnupg
|
|
Type=ramfs
|
|
Options=mode=0755
|