mirror of
https://github.com/AuxXxilium/arc-addons.git
synced 2024-11-24 06:00:54 +07:00
346779ae2a
This reverts commit b2cc28366c
.
7 lines
144 B
Bash
Executable File
7 lines
144 B
Bash
Executable File
#!/bin/sh
|
|
|
|
logger -p err "Shutdown from ACPI"
|
|
[ -x /usr/syno/sbin/synopoweroff ] && \
|
|
/usr/syno/sbin/synopoweroff ||
|
|
/usr/sbin/poweroff
|