Artix Linux Forum

Artix Linux => Installation / Migration / Configuration => Topic started by: TornaxO7 on 08 September 2022, 17:38:54

Title: How to suspend
Post by: TornaxO7 on 08 September 2022, 17:38:54
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`.
Title: Re: How to suspend
Post by: Artist on 08 September 2022, 18:04:35
These commands can be used:
Code: [Select]
loginctl suspend
loginctl hibernate
artist
Title: Re: How to suspend
Post by: TornaxO7 on 08 September 2022, 18:14:48
Cool! I didn't knew about `loginctl`. Thank you!