Gestionnaire de fichiers - Editer - /usr/lib64/pm-utils/sleep.d/95led
Arrière
#!/bin/sh # On an IBM system. make the suspend LED blink. # TODO: Merge with 95led? Should be trivial. [ -f /proc/acpi/ibm/led ] || exit $NA case "$1" in hibernate|suspend) echo "7 blink" >/proc/acpi/ibm/led ;; thaw|resume) echo "7 off" >/proc/acpi/ibm/led ;; *) exit $NA ;; esac
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Génération de la page: 0.02 |
proxy
|
phpinfo
|
Réglages