2011-10-11 03:22:40 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Light Display Manager
|
2013-01-04 10:45:37 +00:00
|
|
|
Conflicts=getty@tty1.service
|
|
|
|
After=systemd-user-sessions.service getty@tty1.service
|
2011-10-11 03:22:40 +00:00
|
|
|
|
|
|
|
[Service]
|
2011-11-09 07:41:52 +00:00
|
|
|
ExecStart=/usr/sbin/lightdm --log-dir=/var/log/lightdm --run-dir=/run/lightdm \
|
|
|
|
--cache-dir=/var/cache/lightdm
|
2013-01-04 10:45:37 +00:00
|
|
|
Restart=always
|
|
|
|
IgnoreSIGPIPE=no
|
|
|
|
BusName=org.freedesktop.DisplayManager
|
2011-10-11 03:22:40 +00:00
|
|
|
|
|
|
|
[Install]
|
2012-07-31 08:58:01 +00:00
|
|
|
Alias=display-manager.service
|