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 ntp service restart when settings change #2270

Merged
merged 2 commits into from
Jul 11, 2022

Commits on Jul 10, 2022

  1. models: fix affected services for ntp

    Since the service is named "ntp" rather than "chronyd", the restart
    commands were not run when NTP settings changed.
    
    Signed-off-by: Ben Cressey <[email protected]>
    bcressey committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    bf7ea56 View commit details
    Browse the repository at this point in the history
  2. migrations: fix affected services for ntp

    Ensure that existing hosts get the fix to properly restart the NTP
    service on upgrade.
    
    Signed-off-by: Ben Cressey <[email protected]>
    bcressey committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    5431a76 View commit details
    Browse the repository at this point in the history