ノートPC用設定
サーバー用途で使うノートPCなので、閉じてもスリープさせないために下記設定をしています。
~]# vi /etc/systemd/logind.conf
HandleSuspendKey=ignore HandleHibernateKey=ignore HandleLidSwitch=ignore
反映。
~]# systemctl restart systemd-logind.service
サーバー用途で使うノートPCなので、閉じてもスリープさせないために下記設定をしています。
~]# vi /etc/systemd/logind.conf
HandleSuspendKey=ignore HandleHibernateKey=ignore HandleLidSwitch=ignore
反映。
~]# systemctl restart systemd-logind.service