mirror of
https://github.com/actix/actix-website
synced 2025-08-22 22:05:07 +02: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:
committed by
Armin Ronacher
parent
29afd3e001
commit
9f1fa51a83
@@ -72,5 +72,5 @@ fn main() {
|
|||||||
To now run the development server invoke this command:
|
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
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user