We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60e1d99 commit e3ef86dCopy full SHA for e3ef86d
Scriptlets/Fixes-and-Tweaks/Fix-GigabyteDesktopSleepFix.sh
@@ -17,10 +17,10 @@ Description=Workaround for Gigabyte BIOS sleep/wakeup bug
17
18
[Service]
19
Type=oneshot
20
-ExecStart = /bin/sh -c 'if grep 'GPP0' /proc/acpi/wakeup | grep -q 'enabled'; then echo 'GPP0' > /proc/acpi/wakeup; fi'
+ExecStart=/bin/sh -c 'if grep 'GPP0' /proc/acpi/wakeup | grep -q 'enabled'; then echo 'GPP0' > /proc/acpi/wakeup; fi'
21
22
[Install]
23
-WantedBy = multi-user.target
+WantedBy=multi-user.target
24
EOL
25
26
systemctl daemon-reload && systemctl enable biosWakeupWorkaround.service
0 commit comments