summaryrefslogtreecommitdiffstats
path: root/etc/rc.reboot
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2004-12-28 20:39:37 +0000
committerScott Ullrich <sullrich@pfsense.org>2004-12-28 20:39:37 +0000
commit7ab8562cb3c392946b9911a009912e79d119dfa8 (patch)
treede268c44b195976d086e14486f9ea1177c89d368 /etc/rc.reboot
parentd2a1bba6b9f54a57a3f3b3ce01d500e2a4ece5b3 (diff)
downloadpfsense-7ab8562cb3c392946b9911a009912e79d119dfa8.zip
pfsense-7ab8562cb3c392946b9911a009912e79d119dfa8.tar.gz
Use shutdown -r instead of reboot.
Noticed-by: Bachman Kharazmi
Diffstat (limited to 'etc/rc.reboot')
-rwxr-xr-xetc/rc.reboot3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.reboot b/etc/rc.reboot
index 2b3eb08..e3bc88c 100755
--- a/etc/rc.reboot
+++ b/etc/rc.reboot
@@ -2,4 +2,5 @@
sleep 1
-/sbin/reboot
+/sbin/shutdown -r now
+#/sbin/reboot
OpenPOWER on IntegriCloud