mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
15 lines
268 B
SYSTEMD
15 lines
268 B
SYSTEMD
|
[Unit]
|
||
|
Description=LightDM Display Manager
|
||
|
After=systemd-user-sessions.service
|
||
|
|
||
|
Conflicts=plymouth-quit.service
|
||
|
After=plymouth-quit.service
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/sbin/lightdm
|
||
|
StandardOutput=syslog
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=graphical.target
|
||
|
Alias=display-manager.service
|