diff options
author | Bill Nottingham <notting@redhat.com> | 2011-08-15 16:23:38 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2011-08-15 16:23:38 -0400 |
commit | 19ea300575c00132cf576ae0f8ef99f0c78f20d1 (patch) | |
tree | 3bba07388ef8b256ec3c704622cd7ce7b99590cf /init | |
parent | 4ee50f81e1f2f78af3298439ab8a9d9d96aa4d18 (diff) | |
download | initscripts-19ea300575c00132cf576ae0f8ef99f0c78f20d1.tar initscripts-19ea300575c00132cf576ae0f8ef99f0c78f20d1.tar.gz initscripts-19ea300575c00132cf576ae0f8ef99f0c78f20d1.tar.bz2 initscripts-19ea300575c00132cf576ae0f8ef99f0c78f20d1.tar.xz initscripts-19ea300575c00132cf576ae0f8ef99f0c78f20d1.zip |
plymouth lives in /bin. (#702814)
Diffstat (limited to 'init')
-rw-r--r-- | init/quit-plymouth.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/quit-plymouth.conf b/init/quit-plymouth.conf index 7f28391e..7a67b071 100644 --- a/init/quit-plymouth.conf +++ b/init/quit-plymouth.conf @@ -10,5 +10,5 @@ start on runlevel S or stopping rc RUNLEVEL=[234] task script - /usr/bin/plymouth quit || : + /bin/plymouth quit || : end script |