summary refs log tree commit diff
path: root/etc/debian/3
diff options
context:
space:
mode:
Diffstat (limited to 'etc/debian/3')
-rwxr-xr-xetc/debian/34
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/debian/3 b/etc/debian/3
index ee39593..6777be3 100755
--- a/etc/debian/3
+++ b/etc/debian/3
@@ -7,10 +7,10 @@ LAST=0
 test -r /etc/runit/reboot && LAST=6
 
 echo 'Waiting for getties to stop...'
-svwaitdown -xk -t14 /service/getty-*
+svwaitdown -xk -t14 /var/service/getty-*
 
 echo 'Waiting for services to stop...'
-svwaitdown -xk -t350 /service/*
+svwaitdown -xk -t350 /var/service/*
 
 echo 'Shutdown...'
 /etc/init.d/rc $LAST