This commit is contained in:
Manav Rathi 2024-03-18 13:31:10 +05:30
parent 2f38f23b77
commit c43a0a7182
No known key found for this signature in database

View file

@ -21,6 +21,5 @@ automatically starts on boot), and start it this time around.
```sh ```sh
sudo systemctl daemon-reload sudo systemctl daemon-reload
sudo systemctl enable promtail sudo systemctl enable --now promtail
sudo systemctl start promtail
``` ```