From 9865aa2394a048d41d7a114dfedbfd02c950c993 Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Sun, 7 Jan 2024 23:42:43 +0800 Subject: [PATCH] Suggest to use Type=simple for systemd service (#28717) (#28722) Backport #28717 (only the gitea.service sample) Co-authored-by: KN4CK3R --- contrib/systemd/gitea.service | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contrib/systemd/gitea.service b/contrib/systemd/gitea.service index c097fb0d17..d205c6ee8b 100644 --- a/contrib/systemd/gitea.service +++ b/contrib/systemd/gitea.service @@ -52,7 +52,7 @@ After=network.target # Uncomment the next line if you have repos with lots of files and get a HTTP 500 error because of that # LimitNOFILE=524288:524288 RestartSec=2s -Type=notify +Type=simple User=git Group=git WorkingDirectory=/var/lib/gitea/ @@ -62,7 +62,6 @@ WorkingDirectory=/var/lib/gitea/ ExecStart=/usr/local/bin/gitea web --config /etc/gitea/app.ini Restart=always Environment=USER=git HOME=/home/git GITEA_WORK_DIR=/var/lib/gitea -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