diff --git a/Systemd.md b/Systemd.md index 9574a71..247fdbf 100644 --- a/Systemd.md +++ b/Systemd.md @@ -19,5 +19,5 @@ StandardError=file:/path/to/error.log WantedBy=multi-user.target ``` * the `WorkingDirectory` path should contain the project `public` and `templates` dirs ([details](https://rocket.rs/guide/v0.5/deploying/#deploying)) - * the `public` is usually [aquatic-crawler](https://github.com/YGGverse/aquatic-crawler) `preload` directory, placed to `WorkingDirectory` + * the `public` is usually [aquatic-crawler](https://github.com/YGGverse/aquatic-crawler) `preload` directory, placed into `WorkingDirectory` * `--canonical-url` argument is skipped in the example but is highly recommended by the RSS feed specification \ No newline at end of file