Revision 7ab8562c
Added by Scott Ullrich over 20 years ago
etc/rc.reboot | ||
---|---|---|
2 | 2 |
|
3 | 3 |
sleep 1 |
4 | 4 |
|
5 |
/sbin/reboot |
|
5 |
/sbin/shutdown -r now |
|
6 |
#/sbin/reboot |
Also available in: Unified diff
etc/rc.reboot | ||
---|---|---|
2 | 2 |
|
3 | 3 |
sleep 1 |
4 | 4 |
|
5 |
/sbin/reboot |
|
5 |
/sbin/shutdown -r now |
|
6 |
#/sbin/reboot |
Also available in: Unified diff
Use shutdown -r instead of reboot.
Noticed-by: Bachman Kharazmi