From 387e61569dd67dba77dbaee1421ec8ec9b3dc470 Mon Sep 17 00:00:00 2001 From: oooo-ps Date: Sun, 10 Aug 2025 02:37:39 +0300 Subject: [PATCH] Updated Systemd (markdown) --- Systemd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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