Add graceful-shutdown runner doc

This commit is contained in:
Chocobozzz 2025-01-14 10:31:42 +01:00
parent 05733a859c
commit 8a0f9b6af3
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 16 additions and 0 deletions

View File

@ -359,6 +359,22 @@ sudo -u prunner peertube-runner list-registered
:::
### Graceful shutdown
Ask the runner to shutdown when it has finished all of its current tasks:
::: code-group
```bash [Shell]
peertube-runner graceful-shutdown
```
```bash [Systemd]
sudo -u prunner peertube-runner graceful-shutdown
```
:::
### Update the runner package
You can check if there is a new runner version using: