Prevent shutdown if laptop closed _server

master
Nathan Steel 5 years ago
parent 8ff574d424
commit eb9bda46f8

@ -6,3 +6,6 @@
# Network Monitoring # Network Monitoring
apt install bmon nload apt install bmon nload
# For laptops
# Prevent the laptop from shutting down when the lid is down
sudo sh -c 'echo "HandleLidSwitch=ignore" >> /etc/systemd/logind.conf' && sudo shutdown -r now

Loading…
Cancel
Save