Merge branch 'master' into dist/eole/2.6.2/master
This commit is contained in:
commit
20ed228419
|
@ -48,7 +48,7 @@
|
|||
|
||||
<variable name='gitea_web_name' type='string' description='Nom DNS de la forge' mandatory='True'/>
|
||||
<variable name='git_root' type='string' description='Repertoire des dépôts git' mandatory='True'>
|
||||
<value>/var/db/gitea/repo</value>
|
||||
<value>/srv/forge/git</value>
|
||||
</variable>
|
||||
<variable name='gitea_registration' type='oui/non' description="Les utilisateurs peuvent s'enregistrer">
|
||||
<value>non</value>
|
||||
|
|
|
@ -10,7 +10,7 @@ After=redis.service
|
|||
[Service]
|
||||
#LimitMEMLOCK=infinity
|
||||
#LimitNOFILE=65535
|
||||
RestartSec=2s
|
||||
RestartSec=4s
|
||||
Type=simple
|
||||
User=git
|
||||
Group=gitservice
|
||||
|
|
Loading…
Reference in New Issue