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

18 lines
366 B
Desktop File

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