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 <Leonardo.FagundesLuzSerrano@windriver.com>
Change-Id: I963d4ad3e4ce8eb3a8f4c63aef647c90156ea167
This commit is contained in:
Leonardo Fagundes Luz Serrano 2022-03-21 13:50:02 -03:00
parent acdd869a58
commit a503326524

View File

@ -1,7 +1,7 @@
# System stuff
enable ssh.service
enable atd.*
enable crond.*
enable cron.*
enable rpcbind.*
enable avahi-daemon.*
enable apparmor.*