summaryrefslogtreecommitdiffstats
path: root/core/modules/lightdm/data/etc/systemd/system/display-manager.service
blob: c40c40ca5e9761f10ddf981c657222ec7c853dda (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=LightDM Display Manager
Requires=dev-tty7.device
After=dev-tty7.device systemd-user-sessions.service

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

[Install]
WantedBy=graphical.target