aboutsummaryrefslogtreecommitdiffstats
path: root/testing/consul/consul.pre-deinstall
blob: e352a05546ca56d1afddffb914d7d8c0d9a7ec13 (plain)
1
2
3
4
5
6
#!/bin/sh

# Stop consul service
rc-service consul stop &> /dev/null
exit 0