Skip to content

Commit

Permalink
Fix systemctl command for ruby path
Browse files Browse the repository at this point in the history
Sudidal authored and 01zulfi committed Aug 3, 2024
1 parent 7eae1d9 commit 775ae1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -76,7 +76,7 @@ sudo apt install postgresql postgresql-contrib libpq-dev
After installation is complete, let's start the server using this command:

```bash
sudo systemctl start postgresql.service
sudo systemctl start postgresql.service && systemctl status postgresql.service
```

<div class="lesson-note lesson-note--warning" markdown="1">

0 comments on commit 775ae1e

Please sign in to comment.