This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Put into /lib/systemd/system-sleep/suspend-modules | |
# chmod a+x /lib/systemd/system-sleep/suspend-modules | |
# Unloads kernel modules defined in /etc/suspend-modules.d/*.conf | |
# and /etc/suspend-modules | |
# with one module per line | |
# Too see credits, see git history |