Questions tagged [incrond]

Unlike time driven cron, incrond uses inotify events—such as changes to a specific file—to trigger.

18 questions
0
votes
1 answer

How to monitor and copy CUPS spool data and copy files to run a script?

Broad problem: access cups spool data as common user In a store, at the sales desk, we have a software that generates bills as PDF files, which the cashier prints for the customers. I do not have access to the database where these PDF files are…
Conrado
  • 103
  • 2
0
votes
2 answers

Trigger a command when two files have arrived in different directories in Centos 7

I need to launch a command when two files from different sources are present. Every file could arrive in different time, but I want to trigger the command when both were received. I have tried to do it with incrond, watching both directories for…
-1
votes
1 answer

crond service running after removing the entry in crontab

I removed the entries in crontab for root and still, I can see the scripts running tail -f /var/log/cron. How can I remove those entries. Output of cron log: CROND[2736]: (root) CMD (/home/centos/aws-scripts-mon/mon-put-instance-data.pl --mem-avail…
1
2