17 lines
316 B
Desktop File
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
|