Skip to content

Commit

Permalink
Add graceful-shutdown runner doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed Jan 14, 2025
1 parent 05733a8 commit 8a0f9b6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions support/doc/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8a0f9b6

Please sign in to comment.