summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/runit/remove_service.sh
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/runit/remove_service.sh')
-rwxr-xr-xabs/core-testing/runit/remove_service.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/abs/core-testing/runit/remove_service.sh b/abs/core-testing/runit/remove_service.sh
deleted file mode 100755
index 16c7ecf..0000000
--- a/abs/core-testing/runit/remove_service.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-SERVICE_DIR=/var/service
-SCRIPT_DIR=/etc/sv
-if [ -e $SERVICE_DIR/$1 ]
-then
- rm $SERVICE_DIR/$1
- echo "removing $1"
-fi