Disable system sleep in ElementaryOS / ubuntu

The control panel doesn’t really disable the auto-sleep

# systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target

To reenable

# systemctl unmask sleep.target suspend.target hibernate.target hybrid-sleep.target