Diary/2021-3-16
suspend-then-hibernate/Ubuntu 20.04
Ubuntu 20.04でハイバーネーションを有効にする設定を以前とおなじように,
https://www.wasamon.net/miyo/index.cgi?page=Diary%2F2019%2D9%2D15
https://wasamon.net/miyo/index.cgi?page=Diary%2F2019%2D10%2D27
と設定するも suspend-then-hibernateがうまく作動しない.
どうやら,同じような人が↓にスレッドたててくれて,
https://bbs.archlinux.org/viewtopic.php?id=248616
同じように設定したら動いた.
- /etc/systemd/sleep.conf の設定
AllowSuspend=yes AllowHibernate=yes AllowSuspendThenHibernate=yes
- スクリプトのリンクをはる
sudo ln -s /usr/lib/systemd/system/systemd-suspend-then-hibernate.service /etc/systemd/system/systemd-suspend.service