From 327cd2a1e2835e0f85ce34040708f4c4dc0dfd3e Mon Sep 17 00:00:00 2001 From: Markus Thielen Date: Thu, 20 Apr 2023 10:40:48 +0200 Subject: [PATCH] fixed systemctl call --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2919314..cc5b6ae 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Make sure to add the line that starts with `local bb_todo...` under the commen Reload PostgreSQL config: ```sh -systemctl postgresql reload +sudo systemctl reload postgresql ``` #### Database Schema