service commands

This commit is contained in:
Matthias Kretschmann 2018-12-15 19:38:23 +01:00
parent a2499df668
commit b8a3de6445
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 2 additions and 1 deletions

View File

@ -40,10 +40,11 @@ sudo su git
./gitea dump -c gitea/custom/conf/app.ini
# Restart Gitea service
sudo systemctl restart gitea.service
sudo service gitea restart
# nginx
sudo vi /etc/nginx/sites-enabled/gitea
sudo service nginx restart
```
## Gitea Documentation