diff options
Diffstat (limited to 'Base/etc')
-rw-r--r-- | Base/etc/SystemDialog.ini | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Base/etc/SystemDialog.ini b/Base/etc/SystemDialog.ini new file mode 100644 index 0000000000..1e074a0b58 --- /dev/null +++ b/Base/etc/SystemDialog.ini @@ -0,0 +1,12 @@ +[Shut Down] +command=/bin/shutdown --now +default=1 + +[Reboot] +command=/bin/reboot + +[Log Out] +enabled=0 + +[Suspend] +enabled=0 |