[systemd-devel] Shutdown problems

Christian Seiler christian at iwakd.de
Fri Nov 7 02:03:48 PST 2014


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



More information about the systemd-devel mailing list