mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 18:42:12 +08:00
15 lines
281 B
SYSTEMD
15 lines
281 B
SYSTEMD
|
[Unit]
|
||
|
Description=LightDM Display Manager
|
||
|
Documentation=man:lightdm(1)
|
||
|
After=systemd-user-sessions.service
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/sbin/lightdm
|
||
|
StandardOutput=syslog
|
||
|
Restart=always
|
||
|
IgnoreSIGPIPE=no
|
||
|
BusName=org.freedesktop.DisplayManager
|
||
|
|
||
|
[Install]
|
||
|
Alias=display-manager.service
|