You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Operating system: Linux nuc-mini-server 5.4.0-58-generic [Meta] Improvements to the API #64-Ubuntu SMP Wed Dec 9 08:16:25 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
$ more /etc/systemd/system/gitea.service
[Unit]
Description=Gitea
After=syslog.target
After=network.target
After=docker.service
After=postgresql.service
#After=mariadb.service mysqld.service postgresql.service memcached.service redis.service
[Service]
# Modify these two values and uncomment them if you have
# repos with lots of files and get an HTTP error 500 because
# of that
###
#LimitMEMLOCK=infinity
#LimitNOFILE=65535
RestartSec=2s
Type=simple
User=git
Group=git
WorkingDirectory=/var/lib/gitea
ExecStart=/home/git/bin/gitea web -c /etc/gitea/app.ini
Restart=always
Environment=USER=git HOME=/home/git GITEA_WORK_DIR=/var/lib/gitea
# If you want to bind Gitea to a port below 1024 uncomment
# the two values below
###
#CapabilityBoundingSet=CAP_NET_BIND_SERVICE
#AmbientCapabilities=CAP_NET_BIND_SERVICE
[Install]
WantedBy=multi-user.target
I can't see any problems in logs. Looks like the service will be not started. Manual start is working.
Has anyone any idea?
The text was updated successfully, but these errors were encountered:
[x]
):After reboot my system, gitea is not starting automaticaly. I didn't chage the configuration. Some days ago I updated to 1.13.0.
And this my gitea.sercice configuration
I can't see any problems in logs. Looks like the service will be not started. Manual start is working.
Has anyone any idea?
The text was updated successfully, but these errors were encountered: