暂存-安装脚本

This commit is contained in:
2026-05-15 12:08:02 +08:00
parent 6ccd3eb9c1
commit 91bedce2d7
5 changed files with 175 additions and 45 deletions

View File

@@ -5,8 +5,9 @@ After=network.target
[Service]
User=1000
WorkingDirectory=/home/lhye200/AIO_3D_Print_Exp/
ExecStart=/home/lhye200/AIO_3D_Print_Exp/run_huey.sh
# Placeholder path; installer will replace with actual repository path
WorkingDirectory=${REPO_DIR}/
ExecStart=${REPO_DIR}/run_huey.sh
Restart=always
RestartSec=5