Membuat Ubuntu server tetap aktif walaupun laptop di tutup

sudo nano /etc/systemd/logind.conf
HandleLidSwitch=ignore
HandleLidSwitchDocked=ignore
HandleLidSwitchExternalPower=ignore
sudo systemctl restart systemd-logind

Leave a Reply