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

Fixed failed to open /dev/tty errors when using systemd unit management (3.21) #2958

Merged
merged 1 commit into from
Oct 16, 2024

Commits on Oct 15, 2024

  1. Fixed failed to open /dev/tty errors when using systemd unit management

    When enabling systemd unit management with the augment, e.g.:
    
    {
      "classes": {
        "default:mpf_enable_cfengine_systemd_component_management": {
            "regular_expressions": [ "any" ]
        }
      }
    }
    
    There were errors like failed to open /dev/tty no such device.
    
    Providing --no-ask-password solves the issue.
    
    Ticket: CFE-4445
    Changelog: title
    (cherry picked from commit 1763475)
    craigcomstock committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ab169e3 View commit details
    Browse the repository at this point in the history