1
0
Fork 0
mirror of https://github.com/tteck/Proxmox.git synced 2025-02-15 06:09:15 +01:00

Modifying the ollama user

This commit is contained in:
ulmentflam 2024-06-14 10:43:51 -04:00
parent cf90fa55f5
commit 3e3fbebf3e
No known key found for this signature in database

View file

@ -30,9 +30,9 @@ Description=Ollama Service
After=network-online.target After=network-online.target
[Service] [Service]
Type=simple
UMask=007
ExecStart=/usr/bin/ollama serve ExecStart=/usr/bin/ollama serve
User=ollama
Group=ollama
Restart=always Restart=always
RestartSec=3 RestartSec=3