From c36c7aba75f4d506c23322653e5697f933159e3d Mon Sep 17 00:00:00 2001 From: Steven Spencer Date: Fri, 14 Oct 2022 09:38:18 -0500 Subject: [PATCH] Fix gemstone * meta was malformed (no code blocks allowed in title, apparently) * fixed --- docs/gemstones/systemd_service_for_python_script.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/gemstones/systemd_service_for_python_script.md b/docs/gemstones/systemd_service_for_python_script.md index 70cfde85e5..6b4d686d10 100644 --- a/docs/gemstones/systemd_service_for_python_script.md +++ b/docs/gemstones/systemd_service_for_python_script.md @@ -1,8 +1,8 @@ --- -title: `systemd` Service - Python Script +title: Systemd Service - Python Script author: Antoine Le Morvan contributors: Steven Spencer -date: 2022-10-14 +tested with: 8.6, 9.0 tags: - python - systemd