mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
Prevent login for prunner
This commit is contained in:
parent
97b846b806
commit
acaa6810df
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ To do so, first create a dedicated user. Here, we are calling it `prunner`, but
|
||||||
We are using `/srv/prunner` as his home dir, but you can choose any other path.
|
We are using `/srv/prunner` as his home dir, but you can choose any other path.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
useradd -m -d /srv/prunner -s /bin/bash -p prunner prunner
|
useradd -m -d /srv/prunner -s /usr/sbin/nologin prunner
|
||||||
```
|
```
|
||||||
|
|
||||||
::: info Note
|
::: info Note
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue