Added automatic retries to call listener.
[jenirok] / src / daemon / daemon.pro
index a6bc1fc..7262cef 100644 (file)
@@ -23,10 +23,13 @@ unix {
 
   #MAKE INSTALL
 
-  INSTALLS += target init
+  INSTALLS += target init event
 
   target.path =$$BINDIR
 
   init.path = /etc/init.d
-  init.files += data/jenirokd
+  init.files += data/init.d/jenirokd
+
+  event.path = /etc/event.d
+  event.files += data/event.d/jenirokd
 }