added comments to systemd service file

pull/3419/head
Miguel Muniz 12 months ago
parent f4ba569f7e
commit a6d31d03cb
  1. 3
      install/gitea-install.sh

@ -46,11 +46,12 @@ After=syslog.target
After=network.target After=network.target
[Service] [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 # Uncomment the next line if you have repos with lots of files and get a HTTP 500 error because of that
# LimitNOFILE=524288:524288 # LimitNOFILE=524288:524288
RestartSec=2s RestartSec=2s
#Type=notify
Type=simple Type=simple
#Type=notify
User=gitea User=gitea
Group=gitea Group=gitea
#The mount point we added to the container #The mount point we added to the container

Loading…
Cancel
Save