fixup local-llama service

This commit is contained in:
2026-06-22 11:56:45 +07:00
parent 99bd39b47a
commit ed5a4fdbbc
3 changed files with 10 additions and 7 deletions
+5 -5
View File
@@ -4,11 +4,11 @@ After=network.target
[Service]
Type=simple
User=grayhook
Group=grayhook
WorkingDirectory=/home/grayhook/Documents/llama-space
EnvironmentFile=/home/grayhook/Documents/llama-space/.env
ExecStart=/home/grayhook/Documents/llama-space/local-llama.sh
User=bazzite
Group=bazzite
WorkingDirectory=/home/bazzite/llama-space
EnvironmentFile=/home/bazzite/llama-space/.env
ExecStart=/home/bazzite/llama-space/local-llama.sh
Restart=on-failure
RestartSec=5