Lora-Map/mqtt-map/dpkg/prerm

7 lines
143 B
Plaintext
Raw Normal View History

2019-03-06 14:38:19 +01:00
#!/bin/bash
if [[ $(systemctl is-active loramap || true) == "active" ]]
then
touch /tmp/loramap_service_runner
service loramap stop
fi