Подскажите в чем проблемма ?
init.sh
#!/bin/sh
ping -c 2 ya.ru
if [ $? -ne 0 ]; then
/etc/init.d/network-manager restart;
fi
crontab -l
*/1 * * * * /home/init.sh
syslog
Jun 19 15:33:02 mail CRON[5967]: (CRON) error (grandchild #5968 failed with exit status 127)