Skip to content

Commit

Permalink
acpid: fix button
Browse files Browse the repository at this point in the history
Signed-off-by: AuxXxilium <[email protected]>
  • Loading branch information
AuxXxilium committed Jan 28, 2024
1 parent 106d92b commit e4366de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion acpid/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ if [ "${1}" = "late" ]; then
echo "[Service]" >>${DEST}
echo "Restart=always" >>${DEST}
echo "RestartSec=30" >>${DEST}
echo "ExecStartPre=/usr/sbin/modprobe button" >>${DEST}
echo "ExecStartPre=-/sbin/modprobe button" >>${DEST}
echo "ExecStart=/usr/sbin/acpid -f" >>${DEST}
echo "ExecStopPost=-/sbin/modprobe -r button" >>${DEST}
echo >>${DEST}
echo "[X-Synology]" >>${DEST}
echo "Author=Virtualization Team" >>${DEST}
Expand Down

0 comments on commit e4366de

Please sign in to comment.