diff --git a/content/docs/autoreload.md b/content/docs/autoreload.md index ceafcb0..b924785 100644 --- a/content/docs/autoreload.md +++ b/content/docs/autoreload.md @@ -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 ```