diff --git a/docs/linux.md b/docs/linux.md index 0eec014f..8204ece5 100644 --- a/docs/linux.md +++ b/docs/linux.md @@ -112,6 +112,21 @@ sudo systemctl status ollama > https://www.amd.com/en/support/linux-drivers for best support of your Radeon > GPU. +## Customizing + +To customize the installation of Ollama, you can edit the systemd service file or the environment variables by running: + +``` +sudo systemctl edit ollama +``` + +Alternatively, create an override file manually in `/etc/systemd/system/ollama.service.d/override.conf`: + +```ini +[Service] +Environment="OLLAMA_DEBUG=1" +``` + ## Updating Update Ollama by running the install script again: @@ -129,7 +144,7 @@ sudo tar -C /usr -xzf ollama-linux-amd64.tgz ## Installing specific versions -Use `OLLAMA_VERSION` environment variable with the install script to install a specific version of Ollama, including pre-releases. You can find the version numbers in the [releases page](https://github.com/ollama/ollama/releases). +Use `OLLAMA_VERSION` environment variable with the install script to install a specific version of Ollama, including pre-releases. You can find the version numbers in the [releases page](https://github.com/ollama/ollama/releases). For example: