|
@@ -10,7 +10,7 @@ class ListeningFileCreateAction extends Action {
|
|
|
public function start_listening( ){
|
|
|
include('InotifyMonitor.php');
|
|
|
//文件夹,ip,密码,端口
|
|
|
- $test = new InotifyMonitor(['/test'],'192.168.1.105','',6379);
|
|
|
+ $test = new InotifyMonitor(['/home/renlian'],'192.168.1.105','',6379);
|
|
|
$test->run();
|
|
|
}
|
|
|
|