git.lucas.co / gitsite
the static git browser that builds this site
git clone https://git.lucas.co/gitsite.git

commit8b30453f6a455636c324c939e989f712d42d6572
parent65ddf4f4d3
authorLucas Galante <[email protected]>
date2026-09-19 23:40
gitsite.service: the repo moved out of Dropbox

The installed unit was repointed at ~/projects/gitsite when this repo was
moved there, but the versioned copy still named the Dropbox path -- so the
hourly publish kept working here while a fresh machine following the readme's
install step would have copied in a unit pointing at a directory that no
longer exists, and the timer would have failed silently into the log.

Co-Authored-By: Claude Opus 5 <[email protected]>

 gitsite.service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gitsite.service b/gitsite.service
index 36e613c..e9aefbf 100644
--- a/gitsite.service
+++ b/gitsite.service
@@ -3,6 +3,6 @@ Description=Publish git.lucas.co if repos changed
 
 [Service]
 Type=oneshot
-ExecStart=%h/Dropbox/src/gitsite/autodeploy.sh
+ExecStart=%h/projects/gitsite/autodeploy.sh
 StandardOutput=append:%h/.cache/gitsite/autodeploy.log
 StandardError=append:%h/.cache/gitsite/autodeploy.log