From 62360ce4373e5e72ac9bb930733dcd91f8e832d4 Mon Sep 17 00:00:00 2001 From: Bohan Yang Date: Mon, 31 Aug 2020 00:44:07 +0800 Subject: [PATCH] Add command to start the timer --- Using-systemd-units-instead-of-cron.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Using-systemd-units-instead-of-cron.md b/Using-systemd-units-instead-of-cron.md index d5e5ea8..77781b0 100644 --- a/Using-systemd-units-instead-of-cron.md +++ b/Using-systemd-units-instead-of-cron.md @@ -38,4 +38,5 @@ WantedBy=timers.target ``` **4. Enable timer:** +`sudo systemctl start acme_letsencrypt.timer` `sudo systemctl enable acme_letsencrypt.timer` \ No newline at end of file