Gentoo Archives: gentoo-user

From: Emanuele Rusconi <emarsk@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How to poweroff the system from user?
Date: Sat, 21 Mar 2015 22:53:32
Message-Id: CAPife4mP2C03JjHGGbVmA7XTyE0w1RLYru_AhpkfikVZiEJNnQ@mail.gmail.com
In Reply to: Re: [gentoo-user] How to poweroff the system from user? by Fernando Rodriguez
1 Ctrl-Alt-Del can be set to do what you want.
2
3 I have this in my /etc/inittab:
4
5 ca:12345:ctrlaltdel:/sbin/shutdown -P now
6
7 This way Ctrl-Alt-Del calls power off instead of reboot.
8 So to shutdown I just exit from Openbox and press Ctrl-Alt-Del.
9
10 -- Emanuele Rusconi

Replies

Subject Author
Re: [gentoo-user] How to poweroff the system from user? Fernando Rodriguez <frodriguez.developer@×××××××.com>