diff options
| author | Michael Neves | 2013-06-13 15:58:25 +0200 |
|---|---|---|
| committer | Michael Neves | 2013-06-13 15:58:25 +0200 |
| commit | b52a5106ab8a2a96b63392a283f6473d07b57daf (patch) | |
| tree | 027444e013c73b7c33b94285cf35a72114f4b10d /remote/modules | |
| parent | oops (diff) | |
| download | tm-scripts-b52a5106ab8a2a96b63392a283f6473d07b57daf.tar.gz tm-scripts-b52a5106ab8a2a96b63392a283f6473d07b57daf.tar.xz tm-scripts-b52a5106ab8a2a96b63392a283f6473d07b57daf.zip | |
[kdm] shutdown and reboot immediately
Diffstat (limited to 'remote/modules')
| -rw-r--r-- | remote/modules/kdm/data/etc/kde4/kdm/kdmrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remote/modules/kdm/data/etc/kde4/kdm/kdmrc b/remote/modules/kdm/data/etc/kde4/kdm/kdmrc index 3126f70d..26da07d2 100644 --- a/remote/modules/kdm/data/etc/kde4/kdm/kdmrc +++ b/remote/modules/kdm/data/etc/kde4/kdm/kdmrc @@ -32,8 +32,8 @@ PreselectUser=None UseAdminSession=false [Shutdown] -HaltCmd=/usr/bin/systemctl poweroff -RebootCmd=/usr/bin/systemctl reboot +HaltCmd=/usr/bin/systemctl -ff poweroff +RebootCmd=/usr/bin/systemctl -ff reboot [xdmcp] Enable=false |
