]> code.delx.au - monosys/blobdiff - etc/systemd/system/fix-suspend.service
Delete old linux-config stuff
[monosys] / etc / systemd / system / fix-suspend.service
diff --git a/etc/systemd/system/fix-suspend.service b/etc/systemd/system/fix-suspend.service
deleted file mode 100644 (file)
index f796829..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-[Unit]
-Description=Fix suspend
-After=basic.target
-
-[Service]
-Type=oneshot
-ExecStart=/bin/bash -c 'for x in EHC1 EHC2 XHC; do echo $x > /proc/acpi/wakeup; done'
-
-[Install]
-WantedBy=basic.target