Skip to content

Commit

Permalink
Merge pull request #305 from AuxXxilium/dev
Browse files Browse the repository at this point in the history
acpid: fix button
  • Loading branch information
AuxXxilium authored Jan 28, 2024
2 parents c85c2a6 + e4366de commit 6b5361e
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 6b5361e

Please sign in to comment.