summaryrefslogtreecommitdiff
path: root/motionService.adef
diff options
context:
space:
mode:
authorNick Van Doorn <vandoorn.nick@gmail.com>2018-10-09 01:58:01 -0700
committerNick Van Doorn <vandoorn.nick@gmail.com>2018-10-09 01:58:01 -0700
commit0d0ad6d1490a3b233315c51f518f8fb1c8f1a93f (patch)
treedfb6d1b1b5f4a65bd5fc335332851881d31b1b59 /motionService.adef
Initial commit1.0.0gpio-interrupt
Diffstat (limited to 'motionService.adef')
-rw-r--r--motionService.adef32
1 files changed, 32 insertions, 0 deletions
diff --git a/motionService.adef b/motionService.adef
new file mode 100644
index 0000000..f76663d
--- /dev/null
+++ b/motionService.adef
@@ -0,0 +1,32 @@
+sandboxed: false
+version: 2.14.0
+start: auto
+
+executables:
+{
+ motionService = ( motionMonitor )
+}
+
+processes:
+{
+ envVars:
+ {
+ LE_LOG_LEVEL = DEBUG
+ }
+ run:
+ {
+ ( motionService )
+ }
+ faultAction: restartApp
+}
+
+bindings:
+{
+
+ motionService.motionMonitor.interrupt -> gpioService.le_gpioPin23
+}
+
+extern:
+{
+ motionService.motionMonitor.brnkl_motion
+}