[scripts] Amazon EC2: enable vixie-cron daemon

This commit is contained in:
Fabio Erculiani 2012-07-29 16:26:02 +02:00
parent 19c452a6f4
commit 85e7f29b01

View File

@ -22,6 +22,8 @@ rc-update del x-setup boot
# Enable ssh
rc-update add sshd default
# Enable cron
rc-update add vixie-cron default
# delete root password, only ssh allowed
passwd -d root