summaryrefslogtreecommitdiffstats
path: root/abs/core/runit/remove_service.sh
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-11-05 00:07:10 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-11-05 00:07:10 (GMT)
commit5b97a91f0f9afa1703812ced446ed3d9aaf4f79c (patch)
treef168fb697a1d3962ac8ca12176c61704ba2cf7b8 /abs/core/runit/remove_service.sh
parent42fd9c0e95c0440580cc2c80a48f87eb2df56669 (diff)
downloadlinhes_pkgbuild-5b97a91f0f9afa1703812ced446ed3d9aaf4f79c.zip
linhes_pkgbuild-5b97a91f0f9afa1703812ced446ed3d9aaf4f79c.tar.gz
linhes_pkgbuild-5b97a91f0f9afa1703812ced446ed3d9aaf4f79c.tar.bz2
runit: update to 2.2 This change marks the migration of services from /var/service to /service
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