summarylogtreecommitdiffstats
path: root/lightdm-plymouth.service
diff options
context:
space:
mode:
authorPellegrino Prevete2022-11-19 20:51:25 +0000
committerPellegrino Prevete2022-11-19 20:51:25 +0000
commit5db7f6942648b5a331d5c96f22f232d6dc4664a6 (patch)
treeb2701bf11724265485506c59f67b1aff53dd23ee /lightdm-plymouth.service
downloadaur-plymouth-sigfile.tar.gz
initial build
Diffstat (limited to 'lightdm-plymouth.service')
-rw-r--r--lightdm-plymouth.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/lightdm-plymouth.service b/lightdm-plymouth.service
new file mode 100644
index 000000000000..a845498fddf5
--- /dev/null
+++ b/lightdm-plymouth.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Light Display Manager
+Conflicts=getty@tty1.service plymouth-quit.service
+After=systemd-user-sessions.service getty@tty1.service plymouth-quit.service
+
+[Service]
+ExecStart=/usr/bin/lightdm
+Restart=always
+IgnoreSIGPIPE=no
+BusName=org.freedesktop.DisplayManager
+
+[Install]
+Alias=display-manager.service