HI
I use Cron Job command "shutdown -h now", from another nas.
Have two identical NAS, and on one works, while on the other does not.
What are the differences between shutdown -p and shutdown -h?
-h - halt the operating system
-p - power off with ACPI
Code:
man shutdown
[...]
-h The system is halted at the specified time.
-p The system is halted and the power is turned off (hardware
support required, otherwise the system is halted) at the
specified time.
-r The system is rebooted at the specified time.