2011-10-11 05:22:40 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Light Display Manager
|
|
|
|
Requires=dev-tty7.device
|
|
|
|
After=dev-tty7.device systemd-user-sessions.service
|
|
|
|
|
|
|
|
[Service]
|
2011-11-09 08:41:52 +01:00
|
|
|
ExecStart=/usr/sbin/lightdm --log-dir=/var/log/lightdm --run-dir=/run/lightdm \
|
|
|
|
--cache-dir=/var/cache/lightdm
|
2011-10-11 05:22:40 +02:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=graphical.target
|