aboutsummarylogtreecommitdiffstats
path: root/comfykick.service
blob: 8e9f2d57bebaa32169ecb0f6d365a8af42f5942b (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Better ComfyUI Launcher 
After=local-fs.target
Wants=network-online.target

[Service]
Type=simple
ExecStart=/usr/bin/python3 /usr/share/comfykick/comfykick.py

[Install]
WantedBy=default.target