mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-20 13:36:39 +07:00
units: make sure prefdm is killed first, user sessions second on shutdown
This commit is contained in:
parent
9f4527411b
commit
c1d6bc0e53
3
TODO
3
TODO
@ -2,9 +2,6 @@
|
||||
systemd is confused if something goes:
|
||||
mounted→unmounting→mounted
|
||||
|
||||
* /lib/systemd/systemd-user-sessions stop seems to leave
|
||||
processes behind
|
||||
|
||||
* SIGQUIT on shutdown? avahi-daemon[202]: Got SIGQUIT, quitting.
|
||||
|
||||
* check if bind mounts work:
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
[Unit]
|
||||
Description=Display Manager
|
||||
After=syslog.target livesys-late.service rc-local.service
|
||||
After=syslog.target livesys-late.service rc-local.service systemd-user-sessions.service
|
||||
|
||||
# On Fedora gdm/X11 is on tty1. We explicitly cancel the getty here to
|
||||
# avoid any races around that.
|
||||
|
Loading…
Reference in New Issue
Block a user