Shutdown/suspend etc equivalent to systemctl 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?
Re: Shutdown/suspend etc equivalent to systemctl Reply #1 – 09 August 2020, 17:56:20 with elogind you can use loginctlFor more information check:Code: [Select]loginctl --help 1 Likes