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

(PUP-11433) Use systemd by default in CentOS/RHEL #9207

Merged
merged 1 commit into from
Jan 17, 2024

Commits on Jan 16, 2024

  1. (PUP-11433) Use systemd by default in CentOS/RHEL

    Since CentOS7/RHEL7, systemd is used to manage services. This change
    changes the default provider in CentOS/RHEL from the old redhat
    provider based on init, to the systemd provider, so that we no longer
    need to update the provider code when adding support for a new version
    of CentOS/RHEL.
    
    The old redhat provider is still used for CentOS/RHEL<7 which are using
    init to manage services.
    kajinamit authored and mhashizume committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    928cf67 View commit details
    Browse the repository at this point in the history