blob: 81352d94807987f79a3f322618edac7a56d75235 (
plain)
1
2
3
4
5
6
7
8
|
[Service]
Description=Disable XHC1 and LID0 wakeup
Type=oneshot
ExecStart=/bin/sh -c "echo 'XHC1' > /proc/acpi/wakeup; echo 'LID0' > /proc/acpi/wakeup"
RemainAfterExit=true
[Install]
WantedBy=multi-user.target
|