18
0
Fork 0

Fix Forge to Gitea url

This commit is contained in:
vlaborie 2019-10-02 11:26:23 +02:00
parent 85f3c07f8a
commit e10575480e
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ Attention, si il y a Mysql/MariaDB, il faut créer l'override de l'unité system
~~~
# mkdir -p /etc/systemd/system/mariadb.service.d/
# wget "https://forge.evolix.org/projects/ansible-roles/repository/revisions/stable/raw/mysql/templates/mariadb.systemd.j2" -O /etc/systemd/system/mariadb.service.d/evolinux.conf
# wget "https://gitea.evolix.org/evolix/ansible-roles/raw/branch/stable/mysql/templates/mariadb.systemd.j2" -O /etc/systemd/system/mariadb.service.d/evolinux.conf
# systemctl daemon-reload
~~~