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