DeMiro5001 4 месяцев назад
Родитель
Сommit
83625b4450
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      scripts/restore

+ 1 - 1
scripts/restore

@@ -35,7 +35,7 @@ ynh_restore "/etc/systemd/system/$app.service"
 
 
 systemctl enable "$app.service" --quiet
 systemctl enable "$app.service" --quiet
 
 
-ynh_systemctl --service="$app" --action="start" --wait_until="No requirements found in frontmatter"
+ynh_systemctl --service="$app" --action="start" --wait_until="No requirements found in frontmatter" --timeout=600
 
 
 yunohost service add "$app" --description="User-friendly AI Interface (Supports Ollama, OpenAI API, ...)" --log="/var/log/$app/$app.log"
 yunohost service add "$app" --description="User-friendly AI Interface (Supports Ollama, OpenAI API, ...)" --log="/var/log/$app/$app.log"