Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mcandre/dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
aep-sunlife committed Apr 25, 2024
2 parents df0aa22 + 3243bde commit bdcc920
Show file tree
Hide file tree
Showing 2 changed files 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
Binary file added src/disable-copilot.reg
Binary file not shown.

0 comments on commit bdcc920

Please sign in to comment.