From c93c871c5a68335acab20e59e44c89ac4f8934d1 Mon Sep 17 00:00:00 2001 From: schmeeve Date: Sat, 20 Jun 2026 07:09:28 -0700 Subject: [PATCH] remove stale systemd/ files (moved to by-machine/nimo.loc) --- systemd/comfyui-sync.service | 8 -------- systemd/comfyui-sync.timer | 9 --------- 2 files changed, 17 deletions(-) delete mode 100644 systemd/comfyui-sync.service delete mode 100644 systemd/comfyui-sync.timer diff --git a/systemd/comfyui-sync.service b/systemd/comfyui-sync.service deleted file mode 100644 index 4446175..0000000 --- a/systemd/comfyui-sync.service +++ /dev/null @@ -1,8 +0,0 @@ -[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 diff --git a/systemd/comfyui-sync.timer b/systemd/comfyui-sync.timer deleted file mode 100644 index a63c172..0000000 --- a/systemd/comfyui-sync.timer +++ /dev/null @@ -1,9 +0,0 @@ -[Unit] -Description=Run comfyui-sync every 30 minutes - -[Timer] -OnCalendar=*:0/30 -Persistent=true - -[Install] -WantedBy=timers.target