RechercheTech / mss

Main MSS feature tracking repo. Also the place for default MSS issues fallinng under no other repo.
1 stars 3 forks source link

Disable suspend on Pi #137

Closed intelliant01 closed 4 years ago

intelliant01 commented 4 years ago

Since Pi lacks power management, suspend feature needs to be disabled and its appearance in UI needs to be removed.

intelliant01 commented 4 years ago
# sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
Created symlink /etc/systemd/system/sleep.target → /dev/null.
Created symlink /etc/systemd/system/suspend.target → /dev/null.
Created symlink /etc/systemd/system/hibernate.target → /dev/null.
Created symlink /etc/systemd/system/hybrid-sleep.target → /dev/null.

Works.

intelliant01 commented 4 years ago

@cyberorg Review pls.