aports/testing/consul/consul.pre-deinstall
Carlo Landmeter c05fd0282a testing/consul: new aport
APKBUILD provided by Olivier Mauras <olivier@mauras.ch>
2015-04-28 13:29:23 +02:00

7 lines
77 B
Bash

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