From 671c1c91091055e18d84ea03deee5b8ceba72684 Mon Sep 17 00:00:00 2001 From: Alex Derbenev Date: Sun, 26 Mar 2023 22:24:48 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D1=84=D0=B8=D0=BA=D1=81=D0=B8?= =?UTF-8?q?=D0=BB=20cron?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- playbooks/hirkn.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/hirkn.yml b/playbooks/hirkn.yml index 53e047f..c1f49dc 100644 --- a/playbooks/hirkn.yml +++ b/playbooks/hirkn.yml @@ -79,7 +79,7 @@ lineinfile: path: /etc/crontabs/root create: yes - line: "0 4 * * * /etc/init.d/hirkn" + line: "0 4 * * * /etc/init.d/hirkn reload" when: check_cron.stdout == "" - name: enable and start crontab