Skip to content

Commit

Permalink
start comfyui on boot
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Pennebaker committed Apr 8, 2024
1 parent a4d901f commit 9e3a03a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/comfyui.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Install:
#
# sudo cp comfyui.service /etc/systemd/system
# sudo systemctl enable comfyui
# sudo systemctl start comfyui
#
# Uninstall:
#
# sudo systemctl stop comftyui
# sudo systemctl disable comfyui
# sudo rm /etc/systemd/system/comfyui.service

[Unit]
Description=Launch ComfyUI on boot

[Service]
User=andrew
Group=andrew
ExecStart=python3 /home/andrew/sambashare/ComfyUI/main.py --listen

[Install]
WantedBy=multi-user.target

0 comments on commit 9e3a03a

Please sign in to comment.