Crontab for shutdown VM

Check the logfile /var/log/syslog for related errors.
My problem was solved this way:
I wrote the command in a script and executed this command in crontab.

45 10 * * * /root/crontest


crontest : name of script
 
Last edited: