diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-10-29 05:17:04 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-29 16:28:29 +0200 |
commit | 36044f5a7096eb3a2b4b865f5a5165da592fd9c8 (patch) | |
tree | 198def59424b217185f930bf82b1e59aa965ea10 /units | |
parent | 5d474b8848d7f6b34f5a0bc1397100ad0667ec2f (diff) |
fedora plymouthd doesn't seem to like --attach-to-session here
Diffstat (limited to 'units')
-rw-r--r-- | units/fedora/plymouth-start.service | 2 |
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 |