I want to shutdown a VM with crontab.
crontab -e
I wrote this:
45 10 * * * /usr/sbin/qm shutdown 100
But it doesn't work.
Is this correct?
I got help from this page:
https://i12bretro.github.io/tutorials/0849.html
crontab -e
I wrote this:
45 10 * * * /usr/sbin/qm shutdown 100
But it doesn't work.
Is this correct?
I got help from this page:
https://i12bretro.github.io/tutorials/0849.html