summaryrefslogtreecommitdiffstats
path: root/abs/core/runit/remove_service.sh
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2010-11-05 02:55:04 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2010-11-05 02:55:04 (GMT)
commit2e9de8e980bd65c44629c8e1cb84105d530ce560 (patch)
treee709292dbb76fc64b0f4aebf70dc3c9b4acc12b5 /abs/core/runit/remove_service.sh
parent1bc83bd99f473ad5cb9ba36795ccfc8c7e3bf63b (diff)
parenta79540b84f7f74607fc0a742518f8d88d88b84ad (diff)
downloadlinhes_pkgbuild-2e9de8e980bd65c44629c8e1cb84105d530ce560.zip
linhes_pkgbuild-2e9de8e980bd65c44629c8e1cb84105d530ce560.tar.gz
linhes_pkgbuild-2e9de8e980bd65c44629c8e1cb84105d530ce560.tar.bz2
Merge branch 'testing' of knoppmyth.net:linhes_pkgbuild into testing
Diffstat (limited to 'abs/core/runit/remove_service.sh')
-rwxr-xr-xabs/core/runit/remove_service.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/runit/remove_service.sh b/abs/core/runit/remove_service.sh
index 16c7ecf..349f5bb 100755
--- a/abs/core/runit/remove_service.sh
+++ b/abs/core/runit/remove_service.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-SERVICE_DIR=/var/service
+SERVICE_DIR=/service
SCRIPT_DIR=/etc/sv
if [ -e $SERVICE_DIR/$1 ]
then