Skip to main content
Topic: How to suspend (Read 780 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

How to suspend

Hey guys! I just installed my artix system and I'm wondering how I can suspend and hibernate my system without systemd because when I used arch, I used `systemctl hibernate` and `systemctl suspend` for this. My current init-system is `dinit`.

Re: How to suspend

Reply #1
These commands can be used:
Code: [Select]
loginctl suspend
loginctl hibernate
artist

 

Re: How to suspend

Reply #2
Cool! I didn't knew about `loginctl`. Thank you!