1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-05-02 22:17:10 +08:00

reverted the removal of the coap service

Signed-off-by: Jovan Kostovski <chombium@gmail.com>
This commit is contained in:
Jovan Kostovski 2018-02-06 01:47:08 +01:00
parent f277074d42
commit b4a51ae0a2

View File

@ -21,7 +21,10 @@ sleep 0.1
mainflux-http &
mainflux-manager &
mainflux-writer &
mainflux-coap &
trap cleanup EXIT
while : ; do sleep 1 ; done