mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-12-05 01:10:36 +00:00
Update peertube-runner user creation doc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user