From 5ffc6ac01bf738df6a35dd8f7f432c74ddc857c2 Mon Sep 17 00:00:00 2001 From: oooo-ps Date: Wed, 6 Aug 2025 13:29:20 +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 1fda15f..04bd1eb 100644 --- a/Systemd.md +++ b/Systemd.md @@ -18,4 +18,4 @@ StandardError=file:/path/to/error.log [Install] WantedBy=multi-user.target ``` -* The `WorkingDirectory` path should contain the project `templates` dir ([details](https://rocket.rs/guide/v0.5/deploying/#deploying)) \ No newline at end of file +* The `WorkingDirectory` path should contain the project `static` and `templates` dirs ([details](https://rocket.rs/guide/v0.5/deploying/#deploying)) \ No newline at end of file