mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-20 21:50:23 +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:
|
systemd is confused if something goes:
|
||||||
mounted→unmounting→mounted
|
mounted→unmounting→mounted
|
||||||
|
|
||||||
* /lib/systemd/systemd-user-sessions stop seems to leave
|
|
||||||
processes behind
|
|
||||||
|
|
||||||
* SIGQUIT on shutdown? avahi-daemon[202]: Got SIGQUIT, quitting.
|
* SIGQUIT on shutdown? avahi-daemon[202]: Got SIGQUIT, quitting.
|
||||||
|
|
||||||
* check if bind mounts work:
|
* check if bind mounts work:
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Display Manager
|
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
|
# On Fedora gdm/X11 is on tty1. We explicitly cancel the getty here to
|
||||||
# avoid any races around that.
|
# avoid any races around that.
|
||||||
|
Loading…
Reference in New Issue
Block a user