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

screen: create /run/screens also at install time #32201

Merged
merged 1 commit into from Jul 26, 2021

Commits on Jul 26, 2021

  1. screen: create /run/screens also at install time

    After 56db43e, the directory is created at boot time.
    This means if one installs screen it won't work until
    after the first reboot.
    
    This commit fixes that by creating the directory also
    at install time. Note that we still need to create the
    directory at boot time, since /run is cleared (tmpfs).
    tornaria committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    b0452c4 View commit details
    Browse the repository at this point in the history