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:
parent
acdd869a58
commit
a503326524
@ -1,7 +1,7 @@
|
|||||||
# System stuff
|
# System stuff
|
||||||
enable ssh.service
|
enable ssh.service
|
||||||
enable atd.*
|
enable atd.*
|
||||||
enable crond.*
|
enable cron.*
|
||||||
enable rpcbind.*
|
enable rpcbind.*
|
||||||
enable avahi-daemon.*
|
enable avahi-daemon.*
|
||||||
enable apparmor.*
|
enable apparmor.*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user