yesterday crontab
was configured to close the samba
service regularly, but the service was not turned on in the morning and there was no log, so I would like to know what the problem is:
root@VM-0-9-ubuntu:/var/log-sharp crontab -l
*/1 * * * * /usr/local/qcloud/stargate/admin/start.sh > /dev/null 2>&1 &
0 19 * * 1-5 service smbd stop
0 9 * * 1-5 service smbd start