From a6d31d03cb2ac8cbff553b7e6edbdcae6d27d03c Mon Sep 17 00:00:00 2001 From: Miguel Muniz Date: Tue, 23 Jul 2024 21:24:12 -0700 Subject: [PATCH] added comments to systemd service file --- install/gitea-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/gitea-install.sh b/install/gitea-install.sh index c5eaa237..9d5d657b 100644 --- a/install/gitea-install.sh +++ b/install/gitea-install.sh @@ -46,11 +46,12 @@ After=syslog.target After=network.target [Service] +# Uncomment notify and watchdog if you want to use them # 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 +#Type=notify User=gitea Group=gitea #The mount point we added to the container