From ff30f6340457d80159107db91cc9e52b78f59736 Mon Sep 17 00:00:00 2001 From: schmeeve Date: Sat, 20 Jun 2026 16:07:45 -0700 Subject: [PATCH] fix path --- by-machine/nimo.loc/comfyui-sync.service | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/by-machine/nimo.loc/comfyui-sync.service b/by-machine/nimo.loc/comfyui-sync.service index 4446175..a47d5b4 100644 --- a/by-machine/nimo.loc/comfyui-sync.service +++ b/by-machine/nimo.loc/comfyui-sync.service @@ -3,6 +3,6 @@ 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 +ExecStart=/home/schmeeve/git/schmeeve-toolz/comfyui-sync +StandardOutput=append:/home/schmeeve/.local/state/comfyui-sync.log +StandardError=append:/home/schmeeve/.local/state/comfyui-sync.log