Skip to content

Commit 7dfb149

Browse files
committed
fix(ai): add back systemctl daemon-reload
1 parent 750dddb commit 7dfb149

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ curl -fsSL https://ollama.com/download/ollama-linux-amd64.tar.zst \
167167
sudo useradd -r -s /bin/false -U -m -d /usr/share/ollama ollama
168168
sudo usermod -a -G ollama "$(whoami)"
169169
sudo cp ~/.dotfiles/ollama/ollama.service /etc/systemd/system/
170+
sudo systemctl daemon-reload
170171
sudo systemctl enable --now ollama.service
171172
# HACK: wait for ollama server to start
172173
# on docker build, ollama server needs to be started manually

0 commit comments

Comments
 (0)