Do I have to restart cron after changing the crontable file?
On CentOS with cPanel sudo /etc/init.d/crond reload does the trick.
sudo /etc/init.d/crond reload
On CentOS7: sudo systemctl start crond.service
sudo systemctl start crond.service