[ubuntu][suspend][自分用メモ] Ubuntu 14.04 ServerをThinkPadに導入した時、サスペンドを無効にする方法。

Ubuntu

以前も上記のような記事を書いたのですが、Ubuntu 14.04でも同様でした。

Xfce - ArchWiki

/etc/systemd/logind.confを編集する。

HandlePowerKey=ignore
HandleSuspendKey=ignore
HandleHibernateKey=ignore
HandleLidSwitch=ignore

該当サービスの再起動を行う。

sudo restart systemd-logind
タイトルとURLをコピーしました