Background (1) 썸네일형 리스트형 Prevent systemd logind service from turning off in idle state (background service) To set the logind service in systemd to poweroff when the server's state is idle, you can do the following File: /etc/systemd/logind.confIdleAction=poweroffIdleActionSec=30min Then restart the systemd service with the command below and it will be reflected.$ systemctl daemon-reload$ systemctl restart systemd-logind.service The problem here is that the determination of idle state is user interac.. 이전 1 다음