From c05fd0282aa9d14f15690308761caf93805285f7 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Tue, 28 Apr 2015 13:27:48 +0200 Subject: testing/consul: new aport APKBUILD provided by Olivier Mauras --- testing/consul/consul.pre-deinstall | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 testing/consul/consul.pre-deinstall (limited to 'testing/consul/consul.pre-deinstall') diff --git a/testing/consul/consul.pre-deinstall b/testing/consul/consul.pre-deinstall new file mode 100644 index 0000000000..e352a05546 --- /dev/null +++ b/testing/consul/consul.pre-deinstall @@ -0,0 +1,6 @@ +#!/bin/sh + +# Stop consul service +rc-service consul stop &> /dev/null +exit 0 + -- cgit v1.2.3