Skip to content

Commit e3ef86d

Browse files
authored
Update Fix-GigabyteDesktopSleepFix.sh
1 parent 60e1d99 commit e3ef86d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Scriptlets/Fixes-and-Tweaks/Fix-GigabyteDesktopSleepFix.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ Description=Workaround for Gigabyte BIOS sleep/wakeup bug
1717
1818
[Service]
1919
Type=oneshot
20-
ExecStart = /bin/sh -c 'if grep 'GPP0' /proc/acpi/wakeup | grep -q 'enabled'; then echo 'GPP0' > /proc/acpi/wakeup; fi'
20+
ExecStart=/bin/sh -c 'if grep 'GPP0' /proc/acpi/wakeup | grep -q 'enabled'; then echo 'GPP0' > /proc/acpi/wakeup; fi'
2121
2222
[Install]
23-
WantedBy = multi-user.target
23+
WantedBy=multi-user.target
2424
EOL
2525

2626
systemctl daemon-reload && systemctl enable biosWakeupWorkaround.service

0 commit comments

Comments
 (0)