summaryrefslogtreecommitdiff
path: root/units/fedora
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-10-29 05:17:04 +0200
committerLennart Poettering <lennart@poettering.net>2010-10-29 16:28:29 +0200
commit36044f5a7096eb3a2b4b865f5a5165da592fd9c8 (patch)
tree198def59424b217185f930bf82b1e59aa965ea10 /units/fedora
parent5d474b8848d7f6b34f5a0bc1397100ad0667ec2f (diff)
fedora plymouthd doesn't seem to like --attach-to-session here
Diffstat (limited to 'units/fedora')
-rw-r--r--units/fedora/plymouth-start.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/fedora/plymouth-start.service b/units/fedora/plymouth-start.service
index 26b04c7f73..e08e8d4dca 100644
--- a/units/fedora/plymouth-start.service
+++ b/units/fedora/plymouth-start.service
@@ -12,6 +12,6 @@ After=systemd-vconsole-setup.service
Before=systemd-ask-password-plymouth.service
[Service]
-ExecStart=/sbin/plymouthd --mode=boot --attach-to-session
+ExecStart=/sbin/plymouthd --mode=boot
ExecStartPost=-/usr/bin/plymouth --show-splash
Type=forking