diff options
Diffstat (limited to 'pcr/plymouth-legacy/slim-plymouth.service')
-rw-r--r-- | pcr/plymouth-legacy/slim-plymouth.service | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pcr/plymouth-legacy/slim-plymouth.service b/pcr/plymouth-legacy/slim-plymouth.service new file mode 100644 index 000000000..df3a1079c --- /dev/null +++ b/pcr/plymouth-legacy/slim-plymouth.service @@ -0,0 +1,11 @@ +[Unit] +Description=SLiM Simple Login Manager +Conflicts=getty@tty1.service plymouth-quit.service +After=systemd-user-sessions.service getty@tty1.service plymouth-quit.service + +[Service] +ExecStart=/usr/bin/slim -nodaemon +StandardOutput=syslog + +[Install] +Alias=display-manager.service |