From db893f0e049ed9ff58bfd28ef0a6c75e8e0b7fb0 Mon Sep 17 00:00:00 2001 From: Riley Avron Date: Sun, 6 Sep 2020 09:20:39 -0700 Subject: [PATCH] Remove unneeded --now param to systemctl start --- Using-systemd-units-instead-of-cron.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Using-systemd-units-instead-of-cron.md b/Using-systemd-units-instead-of-cron.md index 275a2af..0f1fef7 100644 --- a/Using-systemd-units-instead-of-cron.md +++ b/Using-systemd-units-instead-of-cron.md @@ -17,7 +17,7 @@ SuccessExitStatus=0 2 **2. Test that it works before creating the timer:** ``` sudo systemctl daemon-reload -sudo systemctl start acme_letsencrypt --now +sudo systemctl start acme_letsencrypt ``` **3. Create systemd timer unit for the service above:**