summaryrefslogtreecommitdiffstats
path: root/abs/core/runit/add_service.sh
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/runit/add_service.sh')
-rwxr-xr-xabs/core/runit/add_service.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/runit/add_service.sh b/abs/core/runit/add_service.sh
index 237af13..791639a 100755
--- a/abs/core/runit/add_service.sh
+++ b/abs/core/runit/add_service.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-SERVICE_DIR=/var/service
+SERVICE_DIR=/service
SCRIPT_DIR=/etc/sv
if [ -d $SCRIPT_DIR/$1 ]
then