aa
This commit is contained in:
16
a6000-comfy/systemd/comfyui-backend.service
Normal file
16
a6000-comfy/systemd/comfyui-backend.service
Normal file
@@ -0,0 +1,16 @@
|
||||
[Unit]
|
||||
Description=ComfyUI Backend (A6000 / CUDA)
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=__USER__
|
||||
Group=__GROUP__
|
||||
ExecStart=/bin/bash __A6K__/run_comfyui.sh
|
||||
Restart=on-failure
|
||||
RestartSec=5
|
||||
StandardOutput=journal
|
||||
StandardError=journal
|
||||
|
||||
[Install]
|
||||
WantedBy=comfyui.target
|
||||
Reference in New Issue
Block a user