18 lines
366 B
Desktop File
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
|