diff --git a/lightdm.service b/lightdm.service new file mode 100644 index 0000000..6200f33 --- /dev/null +++ b/lightdm.service @@ -0,0 +1,15 @@ +[Unit] +Description=Light Display Manager +Documentation=man:lightdm(1) +Conflicts=getty@tty1.service +After=getty@tty1.service systemd-user-sessions.service plymouth-quit.service acpid.service + +[Service] +ExecStart=/usr/bin/lightdm +ExecStartPost=/home/linux/Documents/Projects/bin/LDM-Wallpaper +Restart=always +IgnoreSIGPIPE=no +BusName=org.freedesktop.DisplayManager + +[Install] +Alias=display-manager.service