Skip to content

Commit

Permalink
[init] disable mce start before user-session. It causes shutdown problem
Browse files Browse the repository at this point in the history
Signed-off-by: Pekka Lundstrom <pekka.lundstrom@jollamobile.com>
  • Loading branch information
Pekka Lundstrom committed Aug 28, 2013
1 parent f4e4cae commit 30c16a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion systemd/mce.service
Expand Up @@ -3,7 +3,9 @@ Description=Mode Control Entity (MCE)
Requires=dsme.service
Requires=dbus.service
After=dsme.service
Before=systemd-user-sessions.service
# We want following but for some reason it causes shutdown problem
# disable until we find out why
# Before=systemd-user-sessions.service

[Service]
ExecStart=/usr/sbin/mce
Expand Down

0 comments on commit 30c16a0

Please sign in to comment.