简体   繁体   中英

Incron doesn't do anything

I intstalled on a new vm with centos 7 incron.

I try to make it work but a simple command does nothing.

incrontab -e :

/home/test IN_CLOSE_WRITE touch "$@/$#.new"

nothing special

When i watch the log cron i see this :

May 13 11:40:57 Minions incrond[2785]: (root) CMD (touch "/home/test/test.new")

but nothing is created in the directory

[root@Minions test]# ll
total 0
-rw-r--r--. 1 root root 0 13 mai   11:40 test

Do you have an idea what is wrong ?

我只是引用这样的:

/home/test IN_CLOSE_WRITE touch $@/$#.new

This is rather old but... maybe your incrond service isn't running.

# systemctl enable incrond.service
# systemctl start incrond.service

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM