From 2b587bcee5b6d2695fbd676f08a00062e5a65fcb Mon Sep 17 00:00:00 2001 From: Corwin Date: Fri, 22 Dec 2023 18:23:19 +0100 Subject: [PATCH] remove conf from raw code --- content/docs/getting-started/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/getting-started/installation.md b/content/docs/getting-started/installation.md index bc097b0..131141d 100644 --- a/content/docs/getting-started/installation.md +++ b/content/docs/getting-started/installation.md @@ -309,7 +309,7 @@ Paymenter uses Laravel's built in queue system to handle tasks that are able to Create a new file in `/etc/systemd/system/` called `paymenter.service` and add the following: -```conf +``` [Unit] Description=Paymenter Queue Worker