[PR #7336] [CLOSED] Update install.sh to support multiple init systems #11125

Closed
opened 2025-11-12 16:06:53 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/7336
Author: @Sachin-Bhat
Created: 10/23/2024
Status: Closed

Base: mainHead: main


📝 Commits (2)

  • ef30de4 Update install.sh to support multiple init systems
  • b733a95 Merge pull request #1 from Sachin-Bhat/Sachin-Bhat-patch-multi-init-support

📊 Changes

1 file changed (+194 additions, -1 deletions)

View changed files

📝 scripts/install.sh (+194 -1)

📄 Description

Hey folks,

Made a few additions to the script as follows:

  • Support for Runit (tested), OpenRC and S6 (need help with testing)

The runit support works as expected. I need help with testing openrc and s6. Please let me know if you face any challenges.

If you aren't able to start the service with the commands issued in the warning consider using sudo.

Merging this closes #7332.

Cheers,
Sachin


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/7336 **Author:** [@Sachin-Bhat](https://github.com/Sachin-Bhat) **Created:** 10/23/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`ef30de4`](https://github.com/ollama/ollama/commit/ef30de4eac4afe51cd841559a542fff61799943f) Update install.sh to support multiple init systems - [`b733a95`](https://github.com/ollama/ollama/commit/b733a950d0e626febc90f81760c7823975c9227e) Merge pull request #1 from Sachin-Bhat/Sachin-Bhat-patch-multi-init-support ### 📊 Changes **1 file changed** (+194 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `scripts/install.sh` (+194 -1) </details> ### 📄 Description Hey folks, Made a few additions to the script as follows: - Support for Runit (tested), OpenRC and S6 (need help with testing) The runit support works as expected. I need help with testing openrc and s6. Please let me know if you face any challenges. If you aren't able to start the service with the commands issued in the warning consider using `sudo`. Merging this closes #7332. Cheers, Sachin --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-12 16:06:53 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama-ollama#11125