Verified Commit b130bcc8 authored by Silvio Rhatto's avatar Silvio Rhatto
Browse files

Fix: docs: minor corrections and TODOs; onionspray: improve ps command

parent b1030b9c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,4 +10,4 @@ nav:
  - Survival guide: survival.md
  - Troubleshooting: troubleshooting.md
  - Command line syntax: syntax.md
  - Template engine: template.md
  - Template engine: templates.md
+1 −0
Original line number Diff line number Diff line
@@ -61,6 +61,7 @@ installations make take extensive time to build, especially on slower machines.

### Debian bookworm

<!-- TODO: This needs a macro? -->
In a Debian bookworm instance:

    sudo apt update
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@ To setup Onionspray, you'll need to:

## Step 1: install Onionspray and build the necessary executables

<!-- TODO: This needs a macro? -->
Example using Debian bookworm:

    sudo apt update
+1 −1
Original line number Diff line number Diff line
@@ -478,7 +478,7 @@ case "$cmd" in

    ps) ## list all (probable) onionspray processes on all workers
        $flag_remote || echo :::: onionspray processes ::::
        ps auxww | egrep '\b(onionspray|onionbalance|nginx)\b'
        ps auxww | egrep '\b(onionspray|onionbalance|nginx|tor)\b'
        # InvokeRemotely prints remote-ness banner diags
        InvokeRemotely ps
        ;;