diff options
author | James Meyer <james.meyer@operamail.com> | 2012-11-22 05:27:40 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-11-22 05:27:40 (GMT) |
commit | 30c6b3e359d4e8872a0ce6635593f362218c2511 (patch) | |
tree | c8517d4961b86e61021ae4dd1acec19ee21bf2af /abs/core/plymouth/kdm-unpatched-plymouth.service | |
parent | 3d7f516c0b10ed95e270575ef6155d70c0c16114 (diff) | |
download | linhes_pkgbuild-30c6b3e359d4e8872a0ce6635593f362218c2511.zip linhes_pkgbuild-30c6b3e359d4e8872a0ce6635593f362218c2511.tar.gz linhes_pkgbuild-30c6b3e359d4e8872a0ce6635593f362218c2511.tar.bz2 |
plymouth: first build
refs #869
Diffstat (limited to 'abs/core/plymouth/kdm-unpatched-plymouth.service')
-rw-r--r-- | abs/core/plymouth/kdm-unpatched-plymouth.service | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/abs/core/plymouth/kdm-unpatched-plymouth.service b/abs/core/plymouth/kdm-unpatched-plymouth.service new file mode 100644 index 0000000..8a4c41d --- /dev/null +++ b/abs/core/plymouth/kdm-unpatched-plymouth.service @@ -0,0 +1,15 @@ +[Unit] +Description=K Display Manager +After=systemd-user-sessions.service + +Conflicts=plymouth-quit.service +After=plymouth-quit.service + +[Service] +ExecStartPre=-/usr/bin/plymouth deactivate +ExecStartPre=-/usr/bin/plymouth quit --retain-splash +ExecStart=/usr/bin/kdm -nodaemon +StandardOutput=syslog + +[Install] +Alias=display-manager.service |