Files
AIO_3D_Print_Web_Platform/aio-3d-huey.service
2026-05-15 12:08:02 +08:00

17 lines
316 B
Desktop File

[Unit]
Description=AIO 3D Printer Slice and Manage Platform Huey Tasks
After=network.target
[Service]
User=1000
# Placeholder path; installer will replace with actual repository path
WorkingDirectory=${REPO_DIR}/
ExecStart=${REPO_DIR}/run_huey.sh
Restart=always
RestartSec=5
[Install]
WantedBy=multi-user.target