Skip to content

Commit 82ff7e5

Browse files
committed
fix
1 parent a43c7b8 commit 82ff7e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

contrib/systemd/gitea.service

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ After=network.target
5252
# Uncomment the next line if you have repos with lots of files and get a HTTP 500 error because of that
5353
# LimitNOFILE=524288:524288
5454
RestartSec=2s
55-
Type=notify
55+
Type=simple
5656
User=git
5757
Group=git
5858
WorkingDirectory=/var/lib/gitea/
@@ -62,7 +62,6 @@ WorkingDirectory=/var/lib/gitea/
6262
ExecStart=/usr/local/bin/gitea web --config /etc/gitea/app.ini
6363
Restart=always
6464
Environment=USER=git HOME=/home/git GITEA_WORK_DIR=/var/lib/gitea
65-
WatchdogSec=30s
6665
# If you install Git to directory prefix other than default PATH (which happens
6766
# for example if you install other versions of Git side-to-side with
6867
# distribution version), uncomment below line and add that prefix to PATH

0 commit comments

Comments
 (0)