From a5033265243db430f7eb3b0bcea729272a312bfe Mon Sep 17 00:00:00 2001 From: Leonardo Fagundes Luz Serrano Date: Mon, 21 Mar 2022 13:50:02 -0300 Subject: [PATCH] Enable cron service The scheduling service on debian is called cron, not crond. Adjusting file so that cron service starts on system boot. Test Plan: Pend - Boot Debian iso and check if service is enabled Story: 2009101 Task: 44829 Signed-off-by: Leonardo Fagundes Luz Serrano Change-Id: I963d4ad3e4ce8eb3a8f4c63aef647c90156ea167 --- centos-debian-compat/source/stx/systemd/90-default.preset | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centos-debian-compat/source/stx/systemd/90-default.preset b/centos-debian-compat/source/stx/systemd/90-default.preset index 09063e867..41f20d093 100644 --- a/centos-debian-compat/source/stx/systemd/90-default.preset +++ b/centos-debian-compat/source/stx/systemd/90-default.preset @@ -1,7 +1,7 @@ # System stuff enable ssh.service enable atd.* -enable crond.* +enable cron.* enable rpcbind.* enable avahi-daemon.* enable apparmor.*