Skip to content
Snippets Groups Projects
Verified Commit 8f2d19b9 authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

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.
parent 99fcba7a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment