summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.reboot4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/rc.reboot b/etc/rc.reboot
index dbb8327..d232429 100755
--- a/etc/rc.reboot
+++ b/etc/rc.reboot
@@ -18,6 +18,10 @@ else
/etc/rc.conf_mount_rw
# Save the rrd databases to the config path.
cd / && tar -czf /cf/conf/rrd.tgz -C / var/db/rrd/*.rrd
+ # NanoBSD
+ if [ -f /root/save_sshkeys ]; then
+ /root/save_sshkeys
+ fi
/etc/rc.conf_mount_ro
fi
OpenPOWER on IntegriCloud