diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-04-30 04:23:36 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-04-30 04:23:36 +0200 |
commit | 24a73f51574c000b536ef89d7596ff3e5ec8e115 (patch) | |
tree | d2c3b0c357bb25e0530f208f273cf6562412c0df /units/plymouth-poweroff.service | |
parent | ec195f55fb279b0eb6a38bc8ea15ff1afbdcae80 (diff) |
plymouth: introduce plymouth.enable=0 kernel command line switch
Diffstat (limited to 'units/plymouth-poweroff.service')
-rw-r--r-- | units/plymouth-poweroff.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/plymouth-poweroff.service b/units/plymouth-poweroff.service index d4979df1e0..8fcff3bab1 100644 --- a/units/plymouth-poweroff.service +++ b/units/plymouth-poweroff.service @@ -10,6 +10,7 @@ Description=Show Plymouth Power Off Screen After=getty@tty1.service prefdm.service plymouth-start.service Before=poweroff.service DefaultDependencies=no +ConditionKernelCommandLine=!plymouth.enable=0 [Service] ExecStart=/sbin/plymouthd --mode=shutdown |