set shutdown and start command using CRON in the management instance with ubuntu, as
crontab -e
---then add two lines---
43 3 * * * /user/sbin/pct shutdown 111
45 3 * * * /user/sbin/pct start 111
-----------------
but the CT container 111 will not be shutdown and start according to the pct command from CRON.
crontab -e
---then add two lines---
43 3 * * * /user/sbin/pct shutdown 111
45 3 * * * /user/sbin/pct start 111
-----------------
but the CT container 111 will not be shutdown and start according to the pct command from CRON.