I have some problem. 
I want to run following command every 15 minutes
llgal -d /home/nethserver_ibay/fotobanka -R -a --cf --exif Make,Model,DateTime --fe --lt --sy 400
I created a job in crontabmanager.
In /etc/crontab it looks nice:
## cron for Fotobankas apstrade
*/15 * * * * root llgal -d /home/nethserver_ibay/fotobanka -R -a --cf --exif Make,Model,DateTime --fe --lt --sy 400
Also log shows, that it is executed:
Apr 30 20:30:02 servelis crond[27420]: (system) NULL security context for user, but SELinux in permissive mode, continuing ()
Apr 30 20:30:02 servelis CROND[27422]: (root) CMD (llgal -d /home/nethserver_ibay/fotobanka -R -a --cf --exif Make,Model,DateTime --fe --lt --sy 400)
But the process do not happen.
If I run the same command in terminal, all happens as expected.
what I miss?