1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-05-02 22:17:10 +08:00
Mainflux.mainflux/bin/stop_services.sh
Dejan Mijic 311fe29dc4
Remove lora-related artifacts
Signed-off-by: Dejan Mijic <dejan@mainflux.com>
2017-09-22 23:17:04 +02:00

10 lines
176 B
Bash
Executable File

#!/bin/bash
###
# Stops services on the local system prior to running containers
# in order to liberate binding ports
###
sudo service mosquitto stop
sudo service nginx stop