mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
12 lines
164 B
SYSTEMD
12 lines
164 B
SYSTEMD
[Unit]
|
|
Description=Build chroots
|
|
|
|
[Mount]
|
|
What=tmpfs
|
|
Where=/var/lib/archbuild
|
|
Type=tmpfs
|
|
Options=size=70%,mode=0755,strictatime
|
|
|
|
[Install]
|
|
WantedBy=local-fs.target
|