how to disable suspend in ubuntu 20.04 code example
Example: how to disable suspend in ubuntu 20.04
/* run bellow command in tarminal */
systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
/* run bellow command in tarminal */
systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target