summaryrefslogtreecommitdiffstats
path: root/core/modules/lightdm/data/etc/systemd/system/lightdm.service
blob: 90dfb0424c1bbf5903352a3b9f314b561c9b500c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=LightDM Display Manager
Conflicts=getty@tty7.service
After=dev-tty7.device systemd-user-sessions.service load-gfx-driver.service
After=setup-slx-addon@vmware.service setup-slx-addon@virtualbox.service
# So the hostname won't change later on an mess up X11 access
After=network.target

[Service]
ExecStart=/usr/sbin/lightdm
Restart=always
TimeoutStopSec=10

[Install]
WantedBy=graphical.target