From 2b00b6477bd2e397c7c5327c3e3e4a8633b3218c Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Fri, 9 Jun 2023 17:49:15 +0200 Subject: [PATCH] [BRANDING] systemd service trim WatchdogSec=30s Refs: https://codeberg.org/forgejo/forgejo/issues/777 (cherry picked from commit 11b646dc6a59b3fe3873b8f70d08498e655b5cc1) (cherry picked from commit e37847b9e689405a414d05a9875a28fadfde0910) (cherry picked from commit 794aa9dbc8d6e8739b709f138ac7173d02f00a33) (cherry picked from commit f4d3bfbc0da58505331c8d1060e44be2dbddffbb) (cherry picked from commit b48faeaf29e783c397bccfd45e62303aa43139da) (cherry picked from commit 150c44c903c7d77733836947e6829560816eb3ae) (cherry picked from commit f1b4bc7c908045b58655196f86a28843c6e30cc1) (cherry picked from commit e1ef3c5a71b22392a96eccf88b00f8ec95fab2bf) (cherry picked from commit 84399c24e0bd2bfba9cc8a0bdc9c946270c81628) (cherry picked from commit 8242651ab3ffb4a04e3fe3e35745b7772ab40b03) (cherry picked from commit 97a13e6a263f41f6d15e18da7260ed70c41e6c28) --- contrib/systemd/forgejo.service | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/systemd/forgejo.service b/contrib/systemd/forgejo.service index ce5810b5fa..04ef69adc0 100644 --- a/contrib/systemd/forgejo.service +++ b/contrib/systemd/forgejo.service @@ -62,7 +62,6 @@ WorkingDirectory=/var/lib/forgejo/ ExecStart=/usr/local/bin/forgejo web --config /etc/forgejo/app.ini Restart=always Environment=USER=git HOME=/home/git GITEA_WORK_DIR=/var/lib/forgejo -WatchdogSec=30s # If you install Git to directory prefix other than default PATH (which happens # for example if you install other versions of Git side-to-side with # distribution version), uncomment below line and add that prefix to PATH