Page 1 of 1

Crontabs place

Posted: Wednesday 07 February 2018 18:02
by NetEye
People,
What is the place to put scripts in ( now I have wrote one in scripts and a row in crontab -e like 28 6,23 * * * /domoticz/scripts/filename.sh, made myself by cd domoticz/scripts
I googled for the right place for crontab, what is the normal path for crontab (user crontab??) ?
( /home/pi/domoticz/scripts ?)
I read about user crontab and others and what is the differance?
Is there a discription about this?
Google is my friend, but is making me confused.

Re: Crontabs place

Posted: Wednesday 07 February 2018 18:57
by philchillbill
When you type 'crontab -e' to edit the jobfile, the system automatically puts the file in the right directory for you. The user doesn't need to care where it is.