[systemd-bugs] [Bug 86707] Hang on shutdown because wpa_supplicant is stopped before that umount a _netdev mount point
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Feb 4 08:52:32 PST 2015
https://bugs.freedesktop.org/show_bug.cgi?id=86707
Lennart Poettering <lennart at poettering.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution|--- |FIXED
--- Comment #12 from Lennart Poettering <lennart at poettering.net> ---
Note that systemd git is now able to read the _netdev option from userspace for
mounts that are done on the shell, without /etc/fstab. With that in place
systemd is now able to order all mounts after network.target automatically,
regardless if configured in /etc/fstab or done manually, as long as they have
_netdev specified. Then, if wpa_supplicant.service contains
After=network.target all should be good. As the shutdown order between two
units is always the reverse of the startup order this means the mount units are
unmounted first, before wpa_supplicant is terminated.
Hence, closing, everything else needs to be done with the right
After=network.target dep in wpa_supplicant.service
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20150204/4739bcb4/attachment-0001.html>
More information about the systemd-bugs
mailing list