Update peertube-runner user creation doc

This commit is contained in:
Luc Didry
2025-04-16 16:23:03 +02:00
committed by GitHub
parent 97b846b806
commit ffe15452c9

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