暂存-安装服务

This commit is contained in:
2026-05-12 15:56:56 +08:00
parent 42e3050fa2
commit 6ccd3eb9c1
7 changed files with 78 additions and 3 deletions

15
aio-3d-huey.service Normal file
View File

@@ -0,0 +1,15 @@
[Unit]
Description=AIO 3D Printer Slice and Manage Platform Huey Tasks
After=network.target
[Service]
User=1000
WorkingDirectory=/home/lhye200/AIO_3D_Print_Exp/
ExecStart=/home/lhye200/AIO_3D_Print_Exp/run_huey.sh
Restart=always
RestartSec=5
[Install]
WantedBy=multi-user.target