blob: 5d535dd60d4768d7f5690d35e20343294eb91ae9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- data/etc/sysactions.conf.in 2012-10-31 17:28:49.000000000 +0100
+++ data/etc/sysactions.conf.in.bak 2012-11-27 19:27:15.955334382 +0100
@@ -43,10 +43,10 @@
# user and group name can use glob matches (* == all for example) like the
# shell. as can action names allowed or denied.
-action: halt /sbin/shutdown -h now
-action: reboot /sbin/shutdown -r now
-action: suspend @SUSPEND@
-action: hibernate @HIBERNATE@
+action: halt /usr/bin/systemctl poweroff
+action: reboot /usr/bin/systemctl reboot
+action: suspend /usr/bin/systemctl suspend
+action: hibernate /usr/bin/systemctl hibernate
action: /bin/mount /bin/mount
action: /bin/umount /bin/umount
action: /usr/bin/eject /usr/bin/eject
|