LoginSignup
0
0

More than 1 year has passed since last update.

BH3シャットダウンシーケンスの停止・起動手順

Posted at

BH3のシャットダウンシーケンスは下記の手順で停止・起動の設定をすることができます。
再起動後も設定は保持されます。
(デフォルトはイネーブルです)

■停止手順:
% sudo systemctl daemon-reload
% sudo systemctl disable shutdown-sensor.service

■起動手順:
% sudo systemctl daemon-reload
% sudo systemctl enble shutdown-sensor.service

0
0
2

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