From cde1dc98682c3445137e7a85dbeb7612f1f7bfd1 Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Sun, 31 Oct 2021 15:39:32 -0400 Subject: [PATCH] systemd edited ldm service --- lightdm.service | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 lightdm.service 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