0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

ノートパソコンの蓋をしめてもRokyLinuxがサスペンドしない設定【忘備録】

Last updated at Posted at 2023-02-20

/etc/systemd/logind.conf の設定

#HandlePowerKey=poweroff
#HandleSuspendKey=suspend
#HandleHibernateKey=hibernate
この三つの設定を、

HandlePowerKey=ignore
HandleSuspendKey=ignore
HandleHibernateKey=ignore
とすること。

参考:https://mseeeen.msen.jp/how-to-avoid-sleep-on-pc-closing-with-centos-7/

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?