크론 작업을 사용하여 offlineimap
2 분마다 전화를 겁니다 .
*/2 * * * * /usr/bin/offlineimap > ~/Maildir/offlineimap.log 2>&1
문제를 해결하기 위해 cron 작업을 종료해야했습니다. 그런 다음 재부팅하지 않고 cron 작업을 다시 시작하려면 어떻게해야합니까? 이 '솔루션'을 온라인에서 찾았습니다.
mylogin@myhost:~$ sudo /etc/init.d/cron restart
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service cron restart
Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the stop(8) and then start(8) utilities,
e.g. stop cron ; start cron. The restart(8) utility is also available.
cron stop/waiting
cron start/running, process 26958
그러나을 (를) 사용 ps -ef | grep ...
하면 작업이 표시되지 않습니다. 무엇이 잘못 되었습니까?
crontab
그 일 밖으로, 코멘트를, 유지 보수 그리고 다음 주석 ... 수행