prevent ubuntu from sleeping code example
Example 1: how to prevent ubuntu sleeping when closing laptop
sudo systemctl restart systemd-logind
Example 2: how to prevent ubuntu sleeping when closing laptop
HandleLidSwitch=ignore
Example 3: how to prevent ubuntu sleeping when closing laptop
sudo nano /etc/systemd/logind.conf