diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-03 16:32:45 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-03 16:47:01 +0800 |
commit | 565536e67385e7337e1a7d67c80499216d645882 (patch) | |
tree | ac3e714b70d1d2191668c91032f983b562f50254 /forge.scfg | |
parent | HTML: Fix authorship fields (diff) | |
download | forge-565536e67385e7337e1a7d67c80499216d645882.tar.gz forge-565536e67385e7337e1a7d67c80499216d645882.tar.zst forge-565536e67385e7337e1a7d67c80499216d645882.zip |
Automatically deploy and run git2d
Diffstat (limited to 'forge.scfg')
-rw-r--r-- | forge.scfg | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -42,6 +42,9 @@ git { # Where should git2d listen on? socket /var/run/lindenii/forge/git2d.sock + + # Where should we put git2d? + daemon_path /usr/libexec/lindenii/forge/git2d } ssh { |