Artix Linux Forum

Artix Linux => Applications & Software => Topic started by: dancaer69 on 09 August 2020, 17:53:55

Title: Shutdown/suspend etc equivalent to systemctl
Post by: dancaer69 on 09 August 2020, 17:53:55
I've created years ago a shutdown application in python and I was using systemctl for shutdwown/reboot/suspend/logout user commands. Which are the equivalents in init without the need to get root priviledge?
Title: Re: Shutdown/suspend etc equivalent to systemctl
Post by: SGOrava on 09 August 2020, 17:56:20
with elogind you can use loginctl

For more information check:
Code: [Select]
loginctl --help