1
0
Fork 0
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:
Chocobozzz 2025-04-16 16:27:42 +02:00
parent 97b846b806
commit acaa6810df
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -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.
```bash
useradd -m -d /srv/prunner -s /bin/bash -p prunner prunner
useradd -m -d /srv/prunner -s /usr/sbin/nologin prunner
```
::: info Note