You are not logged in.
Hello,
I have a script that I'd like to run every day (at night.) I was thinking of modifying /etc/crontab and then putting the script into /etc/cron.daily in order to run this once a day... However, I don't know one thing, would this cause my script to run twice? Once is enough. I know I can set it to run at 23:30 at night in crontab, but does its location in cron.daily predisposes it to run again at a later time?
Last edited by publicus (2014-05-16 15:50:32)
Offline
All men have stood for freedom...
For freedom is the man that will turn the world upside down.
Gerrard Winstanley.
Offline
If you put it in cron.daily and add an entry to crontab, it should be run twice.
Offline
There's also https://wiki.archlinux.org/index.php/Sy … ctionality
Offline
Thanks all. lucke, that's what I'm suspecting.
Offline