dotfiles/base/.config/systemd/user/ollama.service

13 lines
220 B
SYSTEMD
Raw Normal View History

2024-06-28 11:30:25 -05:00
[Unit]
Description=Ollama Service
After=network-online.target
[Service]
2024-08-01 16:26:52 -05:00
Environment="OLLAMA_HOST=0.0.0.0"
2024-06-28 11:30:25 -05:00
ExecStart=/home/salt/Projects/ollama/ollama serve
Restart=always
RestartSec=3
[Install]
WantedBy=default.target