mirror of
https://github.com/actix/actix-website
synced 2025-02-08 22:36:07 +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:
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
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user