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

Automatically detect Linux install type #3451

Open
scudette opened this issue Apr 24, 2024 · 0 comments
Open

Automatically detect Linux install type #3451

scudette opened this issue Apr 24, 2024 · 0 comments

Comments

@scudette
Copy link
Contributor

Currently there are two flavors of Linux startup services: Sysv is for older mostly redhat systems and systemd is for more modern systems. We can build two types of RPM using the --sysv flag.

However in practice it is sometimes difficult to selectively send the right type of RPM to the right systems - it would be easier if we could just send the same RPM to all systems and have it figure out which type of startup script to use based on the system itself.

Maybe this should be done by presubmit scripts. This will make is a lot easier to deploy as we can use the same RPM to all systems in the fleet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant