We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a43c7b8 commit 82ff7e5Copy full SHA for 82ff7e5
contrib/systemd/gitea.service
@@ -52,7 +52,7 @@ After=network.target
52
# Uncomment the next line if you have repos with lots of files and get a HTTP 500 error because of that
53
# LimitNOFILE=524288:524288
54
RestartSec=2s
55
-Type=notify
+Type=simple
56
User=git
57
Group=git
58
WorkingDirectory=/var/lib/gitea/
@@ -62,7 +62,6 @@ WorkingDirectory=/var/lib/gitea/
62
ExecStart=/usr/local/bin/gitea web --config /etc/gitea/app.ini
63
Restart=always
64
Environment=USER=git HOME=/home/git GITEA_WORK_DIR=/var/lib/gitea
65
-WatchdogSec=30s
66
# If you install Git to directory prefix other than default PATH (which happens
67
# for example if you install other versions of Git side-to-side with
68
# distribution version), uncomment below line and add that prefix to PATH
0 commit comments