summaryrefslogtreecommitdiffstats
path: root/abs/core/runit/remove_service.sh
diff options
context:
space:
mode:
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