freebsd-ports/x11-wm/xfce4-session/pkg-message
Oliver Lehmann 361199897d update to 4.8.1
PR:		ports/156312
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
2011-04-25 11:59:52 +00:00

17 lines
501 B
Text

To be able to shutdown or reboot your system, you'll have to add a .pkla file
in %%LOCALBASE%%/etc/polkit-1/localauthority/50-local.d directory. Which looks
like this (replace PUTYOURGROUPHERE by your group):
[Restart]
Identity=unix-group:PUTYOURGROUPHERE
Action=org.freedesktop.consolekit.system.restart
ResultAny=yes
ResultInactive=yes
ResultActive=yes
[Shutdown]
Identity=unix-group:PUTYOURGROUPHERE
Action=org.freedesktop.consolekit.system.stop
ResultAny=yes
ResultInactive=yes
ResultActive=yes