From 2ff1ce2c8d500378d2af8b15470e3ad2742638bf Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Fri, 2 Jan 2026 00:29:21 -0500 Subject: [PATCH] FreeBSD --- freebsd/20_bastille.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/freebsd/20_bastille.md b/freebsd/20_bastille.md index c527bd8..4c4293f 100644 --- a/freebsd/20_bastille.md +++ b/freebsd/20_bastille.md @@ -41,20 +41,20 @@ bastille start gitea bastille console gitea ``` -Inside the jail, install Gitea and its dependencies +### 4. Install Gitea and its Dependencies ``` sh pkg update pkg install gitea git nano ``` -Enable Gitea to start on boot +### 4. Enable Gitea to start on boot ``` sh sysrc gitea_enable="YES" ``` -Create gitea user and group +### 5. Create the Git user ``` sh pw useradd gitea -c "Gitea" -d /var/db/gitea -s /usr/sbin/nologin