summaryrefslogtreecommitdiffstats
path: root/core/modules/lightdm/templates/lightdm.service
blob: d9002404eeb3f896eae824a91bdaef364f43ce1d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=LightDM Display Manager
Conflicts=getty@tty7.service
After=systemd-user-sessions.service load-gfx-driver.service

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

[Install]
WantedBy=graphical.target