diff options
author | lassulus <lassulus@lassul.us> | 2018-09-18 19:01:36 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2018-09-18 19:01:36 +0200 |
commit | 2dfb816ddadb34e5b11676ef18c3c2f9079c8146 (patch) | |
tree | 59658869371ec5ac11fcd749cf270e1be655d1f5 /UDP/config | |
parent | 00b26ca0bb45d0fb7989a3ddf506bd8230363a14 (diff) |
throw away dead code
Diffstat (limited to 'UDP/config')
-rw-r--r-- | UDP/config | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/UDP/config b/UDP/config deleted file mode 100644 index 623c721..0000000 --- a/UDP/config +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "comment" : "listener for licht.shack", - "bind_addr" : "0.0.0.0", - "port" : 2342, - "pattern" : "", - "action" : { - "PROCESS" : { - "path" : "/krebs/Reaktor/udp_commands/licht_resolver", - "argv" : [ ], - "envp" : { } - } - } - } -] |