1
0
mirror of https://github.com/actix/actix-website synced 2025-02-02 12:19:04 +01:00

Add missing --no-pid (#11)

https://github.com/mitsuhiko/systemfd#usage-with-actix-web--cargo-watch-and-listenfd

From systemfd:
> And then run it (don't forget --no-pid):
This commit is contained in:
Ivan Tham 2018-05-26 22:20:39 +08:00 committed by Armin Ronacher
parent 29afd3e001
commit 9f1fa51a83

View File

@ -72,5 +72,5 @@ fn main() {
To now run the development server invoke this command:
```
systemfd -s http::3000 -- cargo watch -x run
systemfd --no-pid -s http::3000 -- cargo watch -x run
```