瀏覽代碼

Update restore

DeMiro5001 5 月之前
父節點
當前提交
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
 
-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"