R&D/OS
crontab 5분 간격으로 실행하고 싶을 때
sunshout1
2012. 3. 28. 20:03
# m h dom mon dow command
*/5 * * * * /root/scheduler/client.py
5분 간격으로 /root/scheduler/client.py를 실행함
728x90