diff options
Diffstat (limited to 'systemd')
-rwxr-xr-x | systemd/fedora-configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/systemd/fedora-configure b/systemd/fedora-configure index 63e6e4c7..e6779fed 100755 --- a/systemd/fedora-configure +++ b/systemd/fedora-configure @@ -4,8 +4,8 @@ . /etc/init.d/functions -if [ -x /usr/bin/rhgb-client ] && /usr/bin/rhgb-client --ping ; then - /usr/bin/rhgb-client --quit +if [ -x /usr/bin/plymouth ]; then + /usr/bin/plymouth quit fi if [ -x /usr/sbin/firstboot ]; then |