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: fix upstart style init script #2070

Merged
merged 3 commits into from
May 15, 2023
Merged

Fix: fix upstart style init script #2070

merged 3 commits into from
May 15, 2023

Conversation

rapphil
Copy link
Member

@rapphil rapphil commented May 12, 2023

Description: Fix the upstart init script so that it can be used in systems that don't have systemd.

Notably, it seems that some Cloud9 workspaces are based on Amazon Linux 1, which does not have support to systemd.

reference: https://linux.die.net/man/5/init

This regression was not caught in our integration tests because we do not test any distro that do not use systemd as default service management mechanism. We used to test Amazon Linux 1, but that is not the case anymore.

Testing: tested locally in Cloud9 IDE which uses AL1

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@rapphil rapphil requested a review from a team as a code owner May 12, 2023 21:45
@rapphil rapphil merged commit 2665cad into main May 15, 2023
@rapphil rapphil deleted the rapphil-fix-init-service branch May 15, 2023 22:04
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

Successfully merging this pull request may close these issues.

2 participants