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