-
Notifications
You must be signed in to change notification settings - Fork 890
Alpine Linux OpenRC Service #12294
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
Comments
I took an attempt to write one, but EnvironmentFile does not have an equivalent in OpenRC. |
I hope my example can be of help to you.
|
Hi folks I'm not sure if we will be able to officially support this without some help. PRs welcome! Can you open up an issue if you are still running into issues or reach out on Discord? https://discord.gg/coder |
Sure, I'll test out what @VTFLAB gave and make a PR. |
Why was this issue reopened? |
Because we reverted the PRs; they broke our CI builds. |
System: Alpine Linux v3.19
Installation Method: Install script
When running the install script, I am informed at the end that I can start the service with
systemctl
(systemd).That does not work, as Alpine Linux uses OpenRC. Also, the service does not get created in the first place. It seems that only a systemd service file is present in this repository.
The command to start the service would be
rc-service coder start
.The text was updated successfully, but these errors were encountered: