Am 2014-11-07 04:07, schrieb Nikolaus Rath: > $ cat /lib/systemd/system-shutdown/debug.sh > #!/bin/sh > exec > /shutdown.log > exec 2>&1 > mount -o remount,rw / Well, you need to mount / rewrite *before* redirecting output into a file. Try putting the 'mount -o remount,rw /' line to the top of the script and try again. Christian