18 lines
337 B
Desktop File
18 lines
337 B
Desktop File
[Unit]
|
|
Description=ComfyUI Backend for Qwen-Image-Edit
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=tour
|
|
Group=tour
|
|
WorkingDirectory=/media/tour/APPS/comfyui
|
|
ExecStart=/bin/bash /media/tour/APPS/comfyui/api/run_comfyui.sh
|
|
Restart=always
|
|
RestartSec=5
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|