The hook prevents gvfsd-fuse from blocking suspend, not just hibernation. Install it during the config phase so every system gets it, not only those that run hibernation setup.
3 lines
170 B
Bash
3 lines
170 B
Bash
sudo mkdir -p /usr/lib/systemd/system-sleep
|
|
sudo install -m 0755 -o root -g root "$OMARCHY_PATH/default/systemd/system-sleep/unmount-fuse" /usr/lib/systemd/system-sleep/
|