FreeBSD
This commit is contained in:
@@ -44,6 +44,13 @@ Enable Gitea to start on boot
|
||||
sysrc gitea_enable="YES"
|
||||
```
|
||||
|
||||
Create gitea user and group
|
||||
|
||||
``` sh
|
||||
pw useradd gitea -c "Gitea" -d /var/db/gitea -s /usr/sbin/nologin
|
||||
pw groupadd gitea
|
||||
```
|
||||
|
||||
Create the Gitea required directories
|
||||
|
||||
``` sh
|
||||
|
||||
Reference in New Issue
Block a user