Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rely on /var/tmp, instead of /tmp, to store temporary data #58

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

nevart
Copy link
Contributor

@nevart nevart commented Apr 26, 2024

The /var/tmp directory is made available for programs that require temporary files or directories that are preserved between system reboots. Therefore, data stored in /var/tmp is more persistent than data in /tmp.

Files and directories located in /var/tmp must not be deleted when the system is booted. Although data stored in /var/tmp is typically deleted in a site-specific manner, it is recommended that deletions occur at a less frequent interval than /tmp.

This change should prevent noisy diffs which occurred regularly after a machine reboot.

The /var/tmp directory is made available for programs that require
temporary files or directories that are preserved between system
reboots. Therefore, data stored in /var/tmp is more persistent than data
in /tmp.

Files and directories located in /var/tmp must not be deleted when the
system is booted. Although data stored in /var/tmp is typically deleted
in a site-specific manner, it is recommended that deletions occur at a
less frequent interval than /tmp.

This change should prevent noisy diffs which occurred regularly after a
machine reboot.
@nevart nevart added the enhancement New feature or request label Apr 26, 2024
@nevart nevart self-assigned this Apr 26, 2024
@nevart nevart merged commit fba675b into main Apr 26, 2024
6 checks passed
@nevart nevart deleted the rely-on-var-tmp-instead-of-tmp branch April 26, 2024 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant