fix(systemd script): define RestartSec as 2 (#7733)

This commit is contained in:
Jiaxin Zhu
2024-04-30 21:15:34 +08:00
committed by GitHub
parent 1eae0b2fce
commit 6f9b63517d

View File

@@ -17,6 +17,7 @@ Group=git
WorkingDirectory=/home/git/gogs
ExecStart=/home/git/gogs/gogs web
Restart=always
RestartSec=2s
Environment=USER=git HOME=/home/git
# Some distributions may not support these hardening directives. If you cannot start the service due