HOWTO Fedora 16 won’t shutdown
Seems like you need to install ACPI service:
1 2 3 | yum -y install acpid systemctl enable acpid.service systemctl start acpid.service |
Seems like you need to install ACPI service:
1 2 3 | yum -y install acpid systemctl enable acpid.service systemctl start acpid.service |