1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-05-30 19:46:09 +02:00

debuginfod: set TMPDIR=/var/tmp in debuginfod.service

/tmp free space is generally limited on these smaller virtual servers,
so use /var/tmp which is more spacious. debuginfod uses this to cache
recently extracted files from archives.
This commit is contained in:
Evangelos Foutras 2022-06-15 00:32:50 +03:00
parent 99fcba7a5e
commit 8f2d19b9f0
No known key found for this signature in database
GPG Key ID: 51E8B148A9999C34

View File

@ -4,6 +4,7 @@ After=network.target network-online.target nss-lookup.target
[Service]
Type=simple
Environment=TMPDIR=/var/tmp
ExecStart=/usr/bin/debuginfod -d {{debuginfod_database}} -p {{debuginfod_port}} -F -Z .tar.zst=zstdcat {{debuginfod_package_path}}
Restart=on-failure
DynamicUser=yes