aboutsummaryrefslogtreecommitdiffstats
path: root/testing/consul/consul.pre-deinstall
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2015-04-28 13:27:48 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2015-04-28 13:29:23 +0200
commitc05fd0282aa9d14f15690308761caf93805285f7 (patch)
tree8856d40dc52a8b3b1437584ad5fdc14c72e79996 /testing/consul/consul.pre-deinstall
parent15a3137ad2d71eea7ea9ea8d6a912545a36947b2 (diff)
downloadaports-c05fd0282aa9d14f15690308761caf93805285f7.tar.bz2
aports-c05fd0282aa9d14f15690308761caf93805285f7.tar.xz
testing/consul: new aport
APKBUILD provided by Olivier Mauras <olivier@mauras.ch>
Diffstat (limited to 'testing/consul/consul.pre-deinstall')
-rw-r--r--testing/consul/consul.pre-deinstall6
1 files changed, 6 insertions, 0 deletions
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
+