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

12 lines
189 B
Desktop File

[Unit]
Description=OpenWebUI Service
After=network-online.target
[Service]
ExecStart=/home/salt/Projects/ollama/run-webui.sh
Restart=always
RestartSec=3
[Install]
WantedBy=default.target