From 0ed0f83c2cd527e326af7d9dce5a30327be563da 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 3af3a4000926993b8d1b8fe0c9058644c4578f92) (cherry picked from commit a0004e95d854756b93479f5f4f26d54302be0b42) (cherry picked from commit 8a156cd22bd899a98bf09cb549610f1126478c8f) (cherry picked from commit 49dfaff0575f4395f1dc7f0029dbac67b14fab50) (cherry picked from commit 0fb94b96b80ee031f79d279ebefdaf8e8d620d18) --- 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