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

systemd/system/sshkeys: Make execution more robust #112

Merged
merged 1 commit into from
Nov 17, 2023

Commits on Nov 17, 2023

  1. systemd/system/sshkeys: Make execution more robust

    The service failed when the unit to start was masked. Since it involves
    networking, the service can fail and if it does we should restart. It
    also seems that the service relied on
    update-ssh-keys-after-ignition.service to run update-ssh-keys once to
    create the subfolder and could possibly race with it.
    
    Prevent execution when it has no chance to succeed because the unit to
    start is masked but in all other cases try to restart on failure. Also
    order behind update-ssh-keys-after-ignition.service.
    pothos committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    ff06501 View commit details
    Browse the repository at this point in the history