1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-05-04 22:17:59 +08:00
Mainflux.mainflux/scripts/stop_services.sh

10 lines
176 B
Bash
Raw Normal View History

#!/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