aboutsummaryrefslogtreecommitdiffstats
path: root/testing/consul/consul.pre-deinstall
diff options
context:
space:
mode:
Diffstat (limited to 'testing/consul/consul.pre-deinstall')
-rw-r--r--testing/consul/consul.pre-deinstall6
1 files changed, 0 insertions, 6 deletions
diff --git a/testing/consul/consul.pre-deinstall b/testing/consul/consul.pre-deinstall
deleted file mode 100644
index e352a05546..0000000000
--- a/testing/consul/consul.pre-deinstall
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-# Stop consul service
-rc-service consul stop &> /dev/null
-exit 0
-