Ubuntuのノートブックパソコン:「モニターを閉じるとサスペンドされる」を防止する方法

Ubuntuのデフォルトの設定ではノートブックパソコンのフタ(モニター)を閉めるとシステムをサスペンドしてしまうので、ネットワークに接続しっぱなしして利用するとき、フタを閉めるとsshが切れてしまってアクセスができなくなったので、「モニターを閉じるとサスペンドされるの」を無効にする方法を調べました。

/etc/systemd/logind.conf
- #HandleLidSwitch=suspend
+ HandleLidSwitch=ignore

設定反映

reboot

あるいは(私の環境 : Ubuntu14.04)

 sudo restart systemd-logind

あるいは(Ubuntu 15.04 systemd以降:systemdデフォルトとしてリリースされた

By continuing to use the site, you agree to the use of cookies. more information

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close