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

fix impermanence in combination with sysusers/userborn #223

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 4, 2024

  1. fix impermanence in combination with sysusers/userborn

    Both remove user creation from the action phase to a systemd service.
    This is hopefully also easier to debug, since we now can look at a
    systemd service instead for log output.
    Mic92 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    2bd09dc View commit details
    Browse the repository at this point in the history
  2. fix user/group permission not set correctly in persist

    No idea how this ever worked, but for me all directories in /persistent
    never have the write user/group permissions when freshly created.
    This now also ensures that permissions will change if the configuration
    changes, which is a nice side effect.
    Mic92 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    32b1094 View commit details
    Browse the repository at this point in the history