From 9781af73340afed1b86847522f993a7272124cd2 Mon Sep 17 00:00:00 2001 From: yankun Date: Sun, 2 Aug 2026 16:57:29 +0800 Subject: [PATCH] Set CutOS agent type for pi-web service --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 43cb636..73a90b4 100755 --- a/install.sh +++ b/install.sh @@ -139,6 +139,7 @@ Wants=network-online.target Type=simple User=$TARGET_USER Environment=HOME=$TARGET_HOME +Environment=AGENT_TYPE=cutos-agent WorkingDirectory=$PI_HOME ExecStart=$pi_web_bin --no-open Restart=always