Skip to content

Commit

Permalink
fix(doc): should be 'app2.toml'
Browse files Browse the repository at this point in the history
  • Loading branch information
boenshao committed Jul 5, 2023
1 parent abb51bf commit 9e18e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/systemd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ systemctl --user enable ratholes@app1 --now

### Run multiple services

To run multiple services at once, simply add another configuration, say `app2` under `/etc/rathole` (`~/.local/etc/rathole` for non-root), then run `sudo systemctl enable ratholes@app1 --now` (`systemctl --user enable ratholes@app2 --now` for non-root) to start an instance for that configuration.
To run multiple services at once, simply add another configuration, say `app2.toml` under `/etc/rathole` (`~/.local/etc/rathole` for non-root), then run `sudo systemctl enable ratholes@app2 --now` (`systemctl --user enable ratholes@app2 --now` for non-root) to start an instance for that configuration.

The same applies to `ratholec@.service` for `rathole --client` and `rathole@.service` for `rathole`.

0 comments on commit 9e18e54

Please sign in to comment.