comfyui-sync

This commit is contained in:
2026-06-20 07:02:59 -07:00
parent aadba63132
commit cbe45d8d0e
5 changed files with 98 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
[Unit]
Description=Sync new ComfyUI outputs to Samba share, organize, and rename
[Service]
Type=oneshot
ExecStart=%h/git/schmeeve-toolz/comfyui-sync
StandardOutput=append:%h/.local/state/comfyui-sync.log
StandardError=append:%h/.local/state/comfyui-sync.log

View File

@@ -0,0 +1,9 @@
[Unit]
Description=Run comfyui-sync every 30 minutes
[Timer]
OnCalendar=*:0/30
Persistent=true
[Install]
WantedBy=timers.target