CT container will not be shutdown and start according to the pct command CRON

2125270

New Member
May 12, 2020
3
0
1
36
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.