loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request 'Use FORGEJO_WORK_DIR in example systemd service' (#4851) from jondo/forgejo:jondo-patch-1 into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4851
Reviewed-by: Gusted <gusted@noreply.codeberg.org>

Gusted feffdd90 7faea490

+1 -1
+1 -1
contrib/systemd/forgejo.service
··· 61 61 #RuntimeDirectory=forgejo 62 62 ExecStart=/usr/local/bin/forgejo web --config /etc/forgejo/app.ini 63 63 Restart=always 64 - Environment=USER=git HOME=/home/git GITEA_WORK_DIR=/var/lib/forgejo 64 + Environment=USER=git HOME=/home/git FORGEJO_WORK_DIR=/var/lib/forgejo 65 65 # If you install Git to directory prefix other than default PATH (which happens 66 66 # for example if you install other versions of Git side-to-side with 67 67 # distribution version), uncomment below line and add that prefix to PATH