Skip to content

Commit

Permalink
Added missing groupadd instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLazarescu authored Nov 4, 2023
1 parent 32b9e08 commit 52fc183
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion self-hosting/self-host-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ dotnet publish -c Release -o build --no-restore --verbosity m
<br>

## Install
### Create a `librum-server` user
### Create a `librum-server` group and user

```
groupadd -r -f librum-server
sudo useradd -r -g librum-server -d /var/lib/librum-server --shell /usr/sbin/nologin librum-server
```

Expand Down

0 comments on commit 52fc183

Please sign in to comment.