summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-sql
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2016-04-21 21:35:41 -0500
committerGraham Christensen <graham@grahamc.com>2016-04-23 09:37:01 -0500
commit788122c3c5dcd146f65fbd587972b22f5ff8481e (patch)
tree730600d47c24ee9aa60966aca6eab0c2001b8a80 /pkgs/development/python-modules/python-sql
parenta1b39b9990f2c23f31875a5993441ea686885df3 (diff)
facetimehd: Only unload module if it is loaded
The pre-sleep service exits if any command fails. Unloading facetimehd without it being loaded blocks subsequent commands from running. Note: `modprobe -r` works a bit better when unloading unused modules, and is preferrable to `rmmod`. However, the facetimehd module does not support suspending. In this case, it seems preferable to forcefully unload the module. `modprobe` does not support a `--force` flag when removing, so we are left with `rmmod`. See: - https://github.com/NixOS/nixpkgs/pull/14883 - https://github.com/patjak/bcwc_pcie/wiki#known-issues
Diffstat (limited to 'pkgs/development/python-modules/python-sql')
0 files changed, 0 insertions, 0 deletions