604b182af5
Two purposes: * systemd filename friendly: "-" is used for "/" and must be escaped with "\x20" * ISO9660 filename friendly: "-" is replaced with "_"
9 lines
134 B
SYSTEMD
9 lines
134 B
SYSTEMD
[Unit]
|
|
Description=Temporary /etc/pacman.d/gnupg directory
|
|
|
|
[Mount]
|
|
What=tmpfs
|
|
Where=/etc/pacman.d/gnupg
|
|
Type=tmpfs
|
|
Options=mode=0755
|