From b7dbbbe7f1f60c093ff9d685b772845f2672c353 Mon Sep 17 00:00:00 2001 From: Bohan Yang Date: Mon, 31 Aug 2020 00:47:34 +0800 Subject: [PATCH] Style update --- Using-systemd-units-instead-of-cron.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Using-systemd-units-instead-of-cron.md b/Using-systemd-units-instead-of-cron.md index 77781b0..dce7364 100644 --- a/Using-systemd-units-instead-of-cron.md +++ b/Using-systemd-units-instead-of-cron.md @@ -38,5 +38,7 @@ WantedBy=timers.target ``` **4. Enable timer:** -`sudo systemctl start acme_letsencrypt.timer` -`sudo systemctl enable acme_letsencrypt.timer` \ No newline at end of file +``` +sudo systemctl start acme_letsencrypt.timer +sudo systemctl enable acme_letsencrypt.timer +``` \ No newline at end of file