about summary refs log tree commit diff
path: root/3
diff options
context:
space:
mode:
Diffstat (limited to '3')
-rwxr-xr-x32
1 files changed, 2 insertions, 0 deletions
diff --git a/3 b/3
index 65df780..ea30b9c 100755
--- a/3
+++ b/3
@@ -16,6 +16,8 @@ msg "Waiting for services to stop...\n"
 sv force-stop /var/service/*
 sv exit /var/service/*
 
+[ -x /etc/rc.shutdown ] && /etc/rc.shutdown
+
 msg "Saving random seed...\n"
 dd if=/dev/urandom of=/var/lib/random-seed count=1 bs=512 >/dev/null 2>&1